1.0.1 • Published 7 years ago
pokeindexator v1.0.1
PokeIndexator
Librería construida en base a la información extraída de la PokeAPI.
Instalación
npm install pokeindexator
Configuración
const Pokeindexator = require('pokeindexator');
const indexator = new Pokeindexator();
Uso
var pokemon = indexator.pokemonById(5);
{
id: '5',
identifier: 'charmeleon',
species_id: '5',
height: '11',
weight: '190',
base_experience: '142',
order: '6',
is_default: '1'
}