UNPKG

mangakakalot-api

Version:

Lightweight scraper library for MangaKakalot.gg (no server)

10 lines (8 loc) 269 B
module.exports = { search: require('./services/search'), details: require('./services/details'), chapter: require('./services/chapter'), lists: require('./services/lists'), popularNow: require('./services/popularNow'), home: require('./services/home'), };