Pokegem

http://pokeapi.co/

Simple to use wrapper for the pokeapi, with basic caching

Resources:

pokedex, pokemon, pokemon, move, ability, type, egg, description, sprite, game

Usage

Pokegem.get resource, number     # => JSON Response
Pokegem.get_obj resource, number # => OpenStruct from Response

Contributing

  1. Fork it ( http://github.com/baweaver/pokegem/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request