Skip to content

PokeAPI Javascript & Typescript API wrapper. ESM support only.

License

Notifications You must be signed in to change notification settings

Yurem1/PokeAPI-Enhanced

Repository files navigation

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.

About

PokeAPI Javascript & Typescript API wrapper. ESM support only.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published