https://github.com/kochan4php/kusonime-api
Unofficial Kusonime REST API
https://github.com/kochan4php/kusonime-api
anime-scraper cheerio javascript kusonime-scrapper nodejs web-scraper
Last synced: 8 months ago
JSON representation
Unofficial Kusonime REST API
- Host: GitHub
- URL: https://github.com/kochan4php/kusonime-api
- Owner: kochan4php
- Created: 2023-06-10T04:46:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T07:12:53.000Z (about 1 year ago)
- Last Synced: 2025-02-02T01:51:12.518Z (8 months ago)
- Topics: anime-scraper, cheerio, javascript, kusonime-scrapper, nodejs, web-scraper
- Language: TypeScript
- Homepage: https://brick-red-cricket-gown.cyclic.app
- Size: 2.17 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🌟 Unofficial Kusonime API 🌟
## Setup production project with docker compose
```bash
# cloning this project
git clone https://github.com/kochan4php/kusonime-api.git# install pnpm globally if you don't have
npm i -g pnpm# go to the project folder
cd kusonime-api# run docker compose using pnpm
pnpm docker:up# after run docker:up command, now open the url in :
http://localhost:8000
```### See the documentation below ⬇️
- [Unofficial Kusonime REST API Documentation](https://brick-red-cricket-gown.cyclic.app/api-docs)