Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lilchen96/pokemon-crawler

Crawl JSON-formatted data for Pokémon, based on the PokeAPI.
https://github.com/lilchen96/pokemon-crawler

crawler pokemon

Last synced: about 4 hours ago
JSON representation

Crawl JSON-formatted data for Pokémon, based on the PokeAPI.

Awesome Lists containing this project

README

        

# pokemon-crawler

Crawl JSON-formatted data for Pokémon, based on the PokeAPI.

## How to Run

### Install Dependencies

`npm install`

### Crawl Pokémon Information (pokemon-species, pokemon, type)

`npm run crawl`

### (Personal Use) Format Data (Pokédex List)

`npm run format`

## Resource Files

data: Pokémon resource files.

data-backup: Backup of Pokémon resource files from the previous crawl.

format-data: Integrated data for personal use.