File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,18 @@ This repository contains:
44
55 - [ data/api] ( data/api ) : a static copy of the JSON data generated with the above script
66 - [ data/schema] ( data/schema ) : a static copy of the PokeAPI schema generated from the above data
7- - [ updater] ( updater ) : a [ Ditto] ( https://github.com/pokeapi/ditto ) based bot that runs in docker
8- and can update the data stored in this repo
7+ - [ updater] ( updater ) : a [ Ditto] [ 1 ] based bot that runs in docker and can update the data stored in this repo
8+ - Deployment configs to deploy an instance of the API to [ Netlify ] [ 2 ]
99
10- If you'd like to use the JSON, you can apply your own base URL using [ Ditto] ( https://github.com/pokeapi/ditto ) :
10+ If you'd like to use the JSON for your own purposes , you can apply your own base URL using [ Ditto] [ 1 ] :
1111
1212```
1313ditto transform --base-url='https://pokeapi.co'
1414```
1515
1616You can manually update the data if necessary. See [ the updater bot] ( updater ) .
1717You can run the bot in docker, or read and adapt its update script yourself.
18+
19+
20+ [ 1 ] : https://github.com/pokeapi/ditto
21+ [ 2 ] : https://www.netlify.com/
You can’t perform that action at this time.
0 commit comments