Skip to content

stefholbrook/pokemon_stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokemonStats

Given a list of pokemon, returns mean, median and mode for height and weight.

  • mix deps.get
  • mix run --no-halt

Example Request

curl -X POST --header "Content-Type: application/json" --data '{"pokemon": ["charmander", "bulbasaur", "squirtle", "pidgey", "rattata"]}' http://localhost:4001/stats

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages