File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- [ ![ CircleCI ] ( https://circleci .com/gh/PokeAPI/api-data.svg?style=shield )] ( https://circleci.com/gh/PokeAPI/api-data )
1
+ # PokéAPI data < img src = ' https://veekun .com/dex/media/pokemon/global-link/480.png ' height = 50px/ >
2
2
3
- # PokeAPI Data
3
+ [ ![ CircleCI ] ( https://circleci.com/gh/ PokeAPI/api-data.svg?style=shield )] ( https://circleci.com/gh/PokeAPI/api-data )
4
4
5
5
This repository contains:
6
6
7
- - [ data/api] ( data/api ) : a static copy of the JSON data generated with the above script
8
- - [ data/schema] ( data/schema ) : a static copy of the PokeAPI schema generated from the above data
9
- - [ updater] ( updater ) : a [ Ditto] [ 1 ] based bot that runs in docker and can update the data stored in this repo
7
+ - [ data/api] ( data/api ) : a static copy of the JSON data generated with the above script
8
+ - [ data/schema] ( data/schema ) : a static copy of the PokeAPI schema generated from the above data
9
+ - [ updater] ( updater ) : a [ Ditto] [ 1 ] based bot that runs in docker and can update the data stored in this repo
10
10
11
- # Usage
11
+ ## Usage
12
12
13
13
If you'd like to use the JSON for your own purposes, you can apply your own base URL using [ Ditto] [ 1 ] :
14
14
15
- ```
15
+ ``` sh
16
16
ditto transform --base-url=' https://pokeapi.co'
17
17
```
18
18
19
- # Updater Bot
19
+ ## Updater bot
20
20
21
21
You can manually update the data if necessary. See [ the updater bot] ( updater ) .
22
22
You can run the bot in docker, or read and adapt its update script yourself.
23
23
24
-
25
24
[ 1 ] : https://github.com/pokeapi/ditto
You can’t perform that action at this time.
0 commit comments