Skip to content

AngelBelRoth/api-Pokemon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokémon ー catch 'em all

RESTful APIs built to interact with Pokémon data from PokéAPI & pokemontcg.io
ideal for developers building Pokédex apps, games, or data-intensive Pokémon visualisations.


Overview

The Pokémon ー catch 'em all project wraps key endpoints of the widely-used PokéAPI to provide simplified, consistent access to Pokémon data. Whether you’re building a frontend Pokédex, mobile app, or data-science tool, this service streamlines requests, handles caching/formatting, and makes integration easy.


Features

  • Fetch Pokémon by name or ID
  • Get Pokémon Card with pagination support
  • Retrieve Pokémon types, abilities, stats
  • Consistent JSON responses designed for frontend use
  • Environment variable support (API keys, ports)

api-Pokemon


Installation

# Clone the repository
git clone https://github.com/AngelBelRoth/api-Pokemon.git

# Navigate into the directory
cd api-Pokemon

# Install dependencies
npm install

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.5%
  • HTML 28.2%
  • CSS 14.3%