poke-node
Node.js wrapper for PokeAPI
Installation
poke-node can be installed through the npm:
$ npm install poke-node
To build and install from the latest source:
$ git clone git@github.com:dmlittle/poke-node.git
$ npm install
Usage
var PokeAPI = ; PokeAPIpokemon;
Additionally, every resource method returns a promise, so you don't have to use the regular callback. E.g.
var PokeAPI = ; PokeAPIpokemon;