It is a app used to return the infos of a pokemon.
git clone [email protected]:rafaelacorrea/pokemon.git
mix deps.get
iex -S mix
iex> Pokemon.get_pokemon "pikachu"
%{
abilities: ["static", "lightning-rod"],
height: 4,
name: "pikachu",
number: 25,
weight: 60
}