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
- Host: GitHub
- URL: https://github.com/cjhydragenz/komik
- Owner: CJHydraGenZ
- License: mit
- Created: 2022-07-03T04:50:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T12:50:20.000Z (about 2 years ago)
- Last Synced: 2025-03-28T19:21:23.756Z (about 2 months ago)
- Topics: bun, bunjs, comic, dataextraction, komik, komik-api, komikcast, nextjs, webscraping, website
- Language: TypeScript
- Homepage: https://komikidc.site
- Size: 3.76 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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/