Manhwa/Manga Scrapper from hiperdex.com based on cheerio and node.js
manhwa-api.vercel.app/api/
npm install
node api
Latest Chapters at: /api/latest/:page
(example: /api/latest/1
)
All Manhwa List at: /api/all/:page
(example: /api/all/1
)
Manhwa Info + Chapters at: /api/info/:slug
(example: /api/info/secret-class
)
Manhwa Images List at: /api/chapter/:manga/:chapter
(example: /api/chapter/nano-machine/chapter-68/
)
Works well on vercel, added caching on the chapter pages. I hate ads on this page so, I made this simple api. A simple manga reader based on this api with no ads is also on my rep so check it out as well.