Scrapper for Nekopoi ~
Find a file
2019-01-19 01:38:44 +07:00
NekopoiScrapper Create package.json 2019-01-19 01:38:40 +07:00
.gitattributes Initial commit 2019-01-19 01:13:06 +07:00
.gitignore Update .gitignore 2019-01-19 01:38:19 +07:00
example.js Initial Release 2019-01-19 01:16:30 +07:00
LICENSE Initial commit 2019-01-19 01:13:06 +07:00
README.md Update README.md 2019-01-19 01:38:44 +07:00

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