We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9eb237 commit ff2d811Copy full SHA for ff2d811
README.md
@@ -0,0 +1,10 @@
1
+# PokeAPI Data
2
+
3
+This repository contains:
4
5
+ - [data/api](data/api): a static copy of the JSON data generated with the above script
6
+ - [data/schema](data/schema): a static copy of the PokeAPI schema generated from the above data
7
+ - [updater](updater): a bot that runs in docker and can update the data stored in this repo
8
9
+You can manually update the data if necessary. See [the updater bot](updater).
10
+You can run the bot in docker, or read and adapt its update script yourself.
0 commit comments