Scrapper for Nekopoi ~
Find a file
2020-05-11 18:15:17 +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
.gitlab-ci.yml Fix typo 2020-05-11 18:10:36 +00: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 Add Gitlab CI status badge 2020-05-11 18:15:17 +00:00

Nekopoi Scrapper

Scrapper for nekopoi

pipeline status

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