Scrapper for Nekopoi ~
Find a file
2020-05-11 18:00:01 +00:00
NekopoiScrapper Update url & Optimize getLatest 2020-05-11 17:57:46 +00: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 Update example code 2020-05-11 18:00:01 +00:00
LICENSE Initial commit 2019-01-19 01:13:06 +07:00
package.json Move directory 2019-01-19 01:49:22 +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