An open API service indexing awesome lists of open source software.

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

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)