Skip to content

ZeroneDoo/manhwalist-api-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manhwalist Api Scrapper

Resful API Manhwalist built using node js

Usage

  1. Clone this repository
  git clone https://github.com/ZeroneDoo/manhwalist-api-scrapper.git
  1. Install dependecies
  npm i
  1. Start the project
  npm start
  1. Visit http://localhost:3000

Documentation

Popular Comic

Get Popular Comic Today

/home

example: http://localhost:3000/home

Project Update

Get Project Update

/home/project-update

example: http://localhost:3000/home/project-update

Latest Update

Get Latest Update Comic

/home/latest-update

example: http://localhost:3000/home/latest-update

Detail Comic

/manga/:endpoint

example: http://localhost:3000/manga/lookism

Genre List

/genres

example: http://localhost:3000/genres

Genre Detail

/genres/:endpoint
/genres/:endpoint?page=1

example: http://localhost:3000/genres/action

Chapter

/chapter/:endpoint

example: http://localhost:3000/chapter/lookism-chapter-461-bahasa-indonesia-terbaru/

Releases

No releases published

Packages

No packages published