Skip to content

rafaelacorrea/pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon

Continuous Integration

It is a app used to return the infos of a pokemon.

Installation

git clone [email protected]:rafaelacorrea/pokemon.git
mix deps.get

Run

iex -S mix
iex>  Pokemon.get_pokemon "pikachu"
%{
  abilities: ["static", "lightning-rod"],
  height: 4,
  name: "pikachu",
  number: 25,
  weight: 60
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages