Skip to content

CryptoVaraan/pokemon-cacher

 
 

Repository files navigation

Pokemon Cacher

This API caches pokemon responses from the Poke API.

A request to: GET /api/v1/pokemon/:pokemon_name

Retrieves and caches a request to: GET https://pokeapi.co/api/v2/pokemon/:pokemon_name

Setup

You will need node.js, npm and redis to run this API.

Install dependencies:

npm install

Create a .env and update it with your redis connection details:

cp .env.sample .env

Development

npm run dev

About

Cache pokemon from the Poke API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.4%
  • JavaScript 3.6%