Skip to content

JordanAdams/imgur-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imgur

An Elixir wrapper around the Imgur API

Installation

Add imgur to your deps in mix.exs

def deps do
  [{:imgur, "~> 0.1.0"}]
end

Usage

client = Imgur.Client.new(client_id: "myclientid")
{:ok, image} = Imgur.Image.get(client, "someimageid")

Maintainer

Jordan Adams

Contribute

PRs are welcome.

If you have any problems or questions, please create an issue.

License

MIT © Jordan Adams

About

📷 The missing Imgur client for Elixir

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages