mirror of
https://gitlab.com/moepoi/NekopoiScrapper.git
synced 2024-11-12 17:36:24 +01:00
Scrapper for Nekopoi ~
NekopoiScrapper | ||
.gitattributes | ||
.gitignore | ||
example.js | ||
LICENSE | ||
package.json | ||
README.md |
Nekopoi Scrapper
Scrapper for nekopoi
Installation
$ npm install
Usage
const NekopoiScrapper = require('./NekopoiScrapper');
// Latest Release
NekopoiScrapper.getLatest()
.then((data) => console.log(data));
// Get Page Info
NekopoiScrapper.getInfo("http://nekopoi.cash/dokidoki-little-ooyasan-episode-4-subtitle-indonesia")
.then((data) => console.log(data));
Credit
Moe Poi ~ / @moepoi