1.0.1 • Published 6 months ago
real-pokedex v1.0.1
Pokédex API
This API provides comprehensive information about Pokémon, making it perfect for creating a Pokédex with or without a user interface.
Installation
To install the Pokédex API, use npm:
npm install real-pokedex
Usage
You can use the Pokédex API to retrieve information about a specific Pokémon. Here's an example in nodejs
:
const { pokedex } = require("real-pokedex");
pokedex("emolga", (res) => {
console.log(res);
});
Alternatively, you can also use the Pokédex API to look up a Pokémon by its Pokédex number:
const { pokedex } = require("real-pokedex");
pokedex("244", (res) => {
console.log(res);
});
If you encounter any issues while using the Pokédex API, please visit the issues section of the repository.
Are You Ready, Trainers?
This API is the perfect tool for any Pokémon trainer looking to build their own Pokédex. Get started with the Pokédex API today and catch 'em all!