1.0.0 ⢠Published 5 years ago
gogoanime-web-scraper v1.0.0
What's this about š¤
GogoAnime-web-scaper š® provides you with functions that help you in scapping GogoAnime faster ā©
How to install ā
npm i gogoanime-web-scaper --save
š„³Yayš
Usage
const scrp = require('gogoanime-web-scraper');
(async () => {
console.log(await scrp.popular(1))
})();