You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
333 B
Markdown
22 lines
333 B
Markdown
Based off https://github.com/tzw0745/jikan-rest-docker
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
$ docker-compose build
|
|
$ docker-compose up -d
|
|
```
|
|
|
|
## Usage
|
|
|
|
Access the API (v3) `port 9001`:
|
|
|
|
```
|
|
http://localhost:9001/public/v3
|
|
```
|
|
|
|
## More info
|
|
|
|
- [Jikan REST API](https://github.com/jikan-me/jikan-rest)
|
|
- [API docs](https://jikan.docs.apiary.io)
|