0.6.0 • Published 11 months ago
@jaflesch/ts-pokeapi v0.6.0
TS-PokéAPI
Summary
TS-PokeApi is a zero dependency Typescript package with type annotations and fetching methods for PokéAPI v2 endpoints. This package also features useful Pokémon's games calculations in general:
- 🧪 Stats validations
- 🏷️ Pokémon Type Chart
- 👊 Move's Base Power
- ⚔️ Pokémon Showdown
- ✨ Pokémon: Let's Go, Pikachu! and Let's Go, Eevee!'s Catch Combo
Installation
To install run the following command with NPM
npm install @jaflesch/ts-pokeapi
or Yarn
yarn add @jaflesch/ts-pokeapi
Documentation
Full documentation can be found here.