⚠️ DEPRECATED⚠️ THIS REPOSITORY HAS MOVED TO pokemongo-dev-contrib/pokemongo-json-pokedex
DO NOT FURTHER USE THIS REPOSITORY
This program transforms the data from the Pokemon GO master files to a better readable & processable JSON file.
As a developer it can be in certain situation quite annoying depend on the raw GAME MASTER files. Not only are some informations quite hidden and must be parsed, the structure of the GAME MASTER files can change after every version. pokemongo-json-pokedex parses the GAME MASTER data and tries to maintain the same structure, even when the structure of the source files changed completely.
- Clone the repository and change directory to the cloned repository.
- Run
npm install
to install the dependencies - Run
npm start
to run the script - The generated data is in the
output
-folder
Get the latest GAME_MASTER file from the pokemongo-game-master repository
npm run fetch-game-master
Generate documentation
npm run docs
HTML Documentation (for Developers)
See Scripts > docs
We use this standard. Please use this, otherwise it won't be accepted.
See CHANGELOG.md
You can build the docker container using
docker build --pull -t $USER/pokemongo-json-pokedex .