Go to file
2021-02-19 15:18:22 -08:00
.circleci refactor: use deploy's master/address comments 2020-05-13 13:40:50 +02:00
data [Updater Bot] Regenerate data 2021-02-19 22:41:52 +01:00
scripts refactor: change staging URL 2020-06-03 21:30:56 +02:00
updater Update README.md 2020-07-29 13:16:26 +02: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 Update README.md 2021-02-19 15:18:22 -08:00
requirements.txt Bump requests from 2.19.1 to 2.20.0 2020-05-06 02:10:39 -07:00

PokéAPI data

CircleCI

This repository contains:

  • data/api: a static copy of the JSON data produced by PokeAPI
  • data/schema: a static copy of the PokeAPI schema generated from the above data
  • updater: a Ditto based bot that runs in docker and updates 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.