Pokemon Gif
Get Pokemon gifs out of name or id
Installation
def deps do
[{:pokemon_gif, "~> 1.0"}]
end
And then in your mix.exs
def application do
[extra_applications: [:pokemon_gif]]
endUsage
iex> PokemonGif.get_gif(94)
# "http://www.pokestadium.com/sprites/xy/gengar"
iex> PokemonGif.get_gif("pikachu")
# "http://www.pokestadium.com/sprites/xy/pikachu"