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.
25 lines
594 B
Markdown
25 lines
594 B
Markdown
Based off https://github.com/tzw0745/jikan-rest-docker
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
$ bash run.sh
|
|
```
|
|
|
|
## 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)
|
|
|
|
## LICENSE
|
|
|
|
There's no license associated with this docker-compose project. You may copy the code and modify it to your heart's content. You may not send me questions regarding this project. You're on your own. Please see the license of Jikan-Rest. Their license is not associated with mine.
|