Aerysh / manhwaindo-api

Unofficial ManhwaIndo.id API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manhwaindo API

Manhwaindo Unofficial API

Usage

  1. Clone This Repository
git clone https://github.com/Aerysh/manhwaindo-api.git
  1. Install Required Packages
npm install

or

yarn install
  1. Start Application
npm run start

or using nodemon

npm run dev

API Documentation

Endpoint Params Description
/all/:page page Get All Manhwa List
/latest - Get latest Manhwa Update
/popular Get Weekly Popular Manhwa
/search/:title manhwa title Search Manhwa by Title
/detail/:endpoint manhwa endpoint Get Details About a Manhwa
/read/:endpoint chapter endpoint Get Images List Of a Chapter
/genre - Get All Genre
/genre/:endpoint genre endpoint Get All Manhwa by Genre

Todo

Checkout projects to see todo lists

Contribution

All contribution are welcome, but please first discuss the change you wish to make via issue or any other method

License

GPL-3.0-or-later

About

Unofficial ManhwaIndo.id API

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.9%Language:Procfile 0.1%