Skip to content

Commit ff2d811

Browse files
committed
Add README.md
1 parent e9eb237 commit ff2d811

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)