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:
4
4
5
5
- [ data/api] ( data/api ) : a static copy of the JSON data generated with the above script
6
6
- [ 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 ]
9
9
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 ] :
11
11
12
12
```
13
13
ditto transform --base-url='https://pokeapi.co'
14
14
```
15
15
16
16
You can manually update the data if necessary. See [ the updater bot] ( updater ) .
17
17
You 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