Go to file
2020-04-26 18:46:02 +02:00
.circleci fix(circleci): use new indentation 2020-04-26 18:46:02 +02:00
data feat: new-data (#15) 2019-01-31 19:38:31 +01:00
updater docs: add howto for Windows and rewrite README 2020-02-24 00:05:56 +01:00
.gitignore Remove netlify configuration 2018-09-24 00:50:54 -07:00
LICENSE.txt Create LICENSE.txt (#17) 2019-12-17 17:38:26 +01:00
README.md docs: add image/refactor README (#23) 2019-12-28 20:59:30 +01:00
requirements.txt Ditto v0.6.1 2018-09-22 17:00:22 -07:00

PokéAPI data

CircleCI

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

Usage

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

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

Updater bot

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.