https://github.com/ravener/kakegurui-quotes
A project to collect quotes from the anime series Kakegurui and allow easy access to it in data format and a web API.
https://github.com/ravener/kakegurui-quotes
anime api gambling kakegurui quotes quotes-api
Last synced: 2 months ago
JSON representation
A project to collect quotes from the anime series Kakegurui and allow easy access to it in data format and a web API.
- Host: GitHub
- URL: https://github.com/ravener/kakegurui-quotes
- Owner: ravener
- License: mit
- Created: 2023-06-22T13:33:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T17:20:51.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T23:16:43.417Z (over 1 year ago)
- Topics: anime, api, gambling, kakegurui, quotes, quotes-api
- Language: CSS
- Homepage: https://kakegurui-quotes.vercel.app
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kakegurui Quotes
A project to collect quotes from the anime series Kakegurui and allow easy access to it in data format and a web API.
## API
API base URL is
- `/quotes` Get a list of all quotes.
- `/quotes/:id` Get a specific quote by ID.
## TODO
This is very work in progress but here are some of my goals:
- [ ] Track which episode each quote comes from.
- [ ] Track the original Japanese words spoken.
- [x] A web interface that displays the quotes.
- [ ] More and more quotes.
## Resources
Some of the articles where I started my initial search:
*
*
*
## License
[MIT License](LICENSE)