UNPKG

mangakakalot-api

Version:

Lightweight scraper library for MangaKakalot.gg (no server)

5 lines (3 loc) 147 B
const { scrapeHomePage } = require('../../scrappers/mangakakalot'); const getHomePage = () => scrapeHomePage(); module.exports = { getHomePage };