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.
29 lines
696 B
Markdown
29 lines
696 B
Markdown
Based off https://github.com/tzw0745/jikan-rest-docker
|
|
|
|
## Installation
|
|
|
|
If you don't have Docker installed, install that first (checkout my install-docker.sh script)
|
|
|
|
Then:
|
|
|
|
```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.
|