mirror of
https://gitlab.com/moepoi/NekopoiScrapper.git
synced 2024-11-12 17:36:24 +01:00
Scrapper for Nekopoi ~
NekopoiScrapper | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
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(result => console.log(result))
// Get Page Info
NekopoiScrapper.getInfo("https://nekopoi.care/sexfriend-gakuen-episode-1-subtitle-indonesia/")
.then(result => console.log(result));
Credit
Moe Poi ~ / @moepoi