pokeapi-api-data/README.md
Sargun Vohra 878f275257 Add docs
2018-09-15 01:51:34 -07:00

701 B

PokeAPI Data

This repository contains:

  • data/api: a static copy of the JSON data generated with the above script
  • data/schema: a static copy of the PokeAPI schema generated from the above data
  • updater: a Ditto based bot that runs in docker and can update the data stored in this repo

If you'd like to use the JSON, you can apply your own base URL using Ditto:

ditto transform --base-url='https://pokeapi.co'

You can manually update the data if necessary. See the updater bot. You can run the bot in docker, or read and adapt its update script yourself.