PokeApi Node Wrapper
This is a simple node wrapper to the PokéApi api.
Usage:
Requiring in the node-wrapper will return an object literal that exposes functions that access the endpoints.
var pokeApi = { // Implement }; pokeApi;pokeApi;pokeApi;pokeApi;pokeApi;pokeApi;pokeApi;pokeApi;pokeApi;
A great place to start would be checking out test/index.js
.
API Documentation
For a more thorough documentation of what server responses to expect, checkout PokéApi's Docs