Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lilchen96/pokemon-crawler
- Owner: lilchen96
- Created: 2023-12-05T03:37:21.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-12-08T09:41:27.000Z (12 months ago)
- Last Synced: 2023-12-09T02:52:49.913Z (12 months ago)
- Topics: crawler, pokemon
- Language: TypeScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.