Pokegem
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
- Fork it ( http://github.com/baweaver/pokegem/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request