pokeapi-enhanced
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

NPM NodeJS TypeScript JavaScript

pokeapi-enhanced

A better, suitable, & concise PokeAPI wrapper for Node projects using ES modules.

Installation Guide:

npm install pokeapi-enhanced

Usage:

import { Pokedex } from  'pokeapi-enhanced';

const dex = await Pokedex.getPokemon('mr. mime');
const id = dex?.getPokemonId; // getter

Always make sure that you check the API docs for reference.

Some pokemons might not have some properties and will display as null or undefined.

Contributing:

Please read our code of conduct and contributing guidelines before attempting to contribute.
To open issues, please go here

Important:

Only fetching from https://pokeapi.co/api/v2/pokemon endpoint is accessible, in the future, I will keep adding more and more endpoint access implementations.

Package Sidebar

Install

npm i pokeapi-enhanced

Weekly Downloads

1

Version

2.3.0

License

MIT

Unpacked Size

53.6 kB

Total Files

60

Last publish

Collaborators

  • realyurem