Go to file
2018-10-30 16:11:37 -04:00
.circleci fix: Quote YAML string 2018-10-30 16:11:37 -04:00
data Remove $BASE_URL_PLACEHOLDER 2018-09-21 22:32:56 -07:00
updater cmd.bash hotfix 2018-09-19 22:08:08 -07:00
.gitignore Remove netlify configuration 2018-09-24 00:50:54 -07:00
README.md Update README.md 2018-09-28 20:19:19 -07:00
requirements.txt Ditto v0.6.1 2018-09-22 17:00:22 -07:00

CircleCI

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

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.