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

https://github.com/cjhydragenz/komik

this is web comic from data komikcash
https://github.com/cjhydragenz/komik

bun bunjs comic dataextraction komik komik-api komikcast nextjs webscraping website

Last synced: about 1 month ago
JSON representation

this is web comic from data komikcash

Awesome Lists containing this project

README

        

[![Netlify Status](https://api.netlify.com/api/v1/badges/8b81e0a2-c313-489d-beb9-4973fb7a2a83/deploy-status)](https://app.netlify.com/sites/komikidc/deploys)
# KOMIK API
Komik bahasa Indonesia built with Next.js and Bun

## Usage
1. Clone this repository
```bash
git clone https://github.com/CJHydraGenZ/komik.git
```
2. Install dependecies (`yarn` or `npm`)
3. Start the development
```bash
npm run dev or npm dev
```
4. visit http://localhost:3000/

## Using Bun (Linux,Mac,WSL)
1. Clone this repository
```bash
git clone https://github.com/CJHydraGenZ/komik.git
```
2. Install dependecies (`bun`)
```bash
bun install
```
3. Bundle dependencies
```bash
bun bun
```
4. Start the development
```bash
bun dev
```
5. visit http://localhost:3000/

## Documentation
__API__ __PATH__ = https://localhost:3000/api/
__ApI__ Version = `v0.0.1`

## All Manga
Daftar Komik
```
/komik/
```
example : https://localhost:3000/api/komik/

## All Komik List
Daftar Komik List
```
/komik/list
```
example : https://localhost:3000/api/komik/list

## Komik Page
Daftar Komik
```
/komik/page/slug
```
example : https://localhost:3000/api/komik/page/slug

## Komik Rekomendasi
Get Komik Rekomendasi
```
/recommend
```
example : https://localhost:3000/api/recommend/

## Detail Komik
```
/komik/[endpoint]
```
example : https://localhost:3000/api/komik/academys-undercover-professor/

## Chapter
```
/chapter/[chapterEndpoint]
```
example :https://localhost:3000/api/chapter/infinite-level-up-in-murim-chapter-63/