Skip to content

posixpascal/Teambrewery-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The API behind Teambrewery. Launch using

“‘rails s -e production -p 3333“`

This API handles everything about Pokemon, eg:

  • Get a specific move for a pokemon

  • Get all pokemon which are able to use Move

  • Get typing of a pokemon

  • … more stuff

No, unfortunately it isn’t. :(. You can use a few features already like move picking:

“‘Pokemon.find_by_species(’Squirtle’).moves.find_by_name(“Hyper Beam”) // => nil“‘

Check app/controllers/api for examples on how to use the API. I will keep this repository up to date. :)

About

The API behind Teambrewery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors