Menu

Tree [cc3a4e] master /
 History

HTTPS access


File Date Author Commit
 NekopoiScrapper 2020-05-11 Moe Poi ~ Moe Poi ~ [ef2686] Update url & Optimize getLatest
 .gitattributes 2019-01-18 Moe Moe [f5dc6b] Initial commit
 .gitignore 2019-01-18 Moe Moe [9f4c33] Update .gitignore
 .gitlab-ci.yml 2020-05-11 Moe Poi ~ Moe Poi ~ [1f9cf5] Fix typo
 LICENSE 2019-01-18 Moe Moe [f5dc6b] Initial commit
 README.md 2020-05-11 Moe Poi ~ Moe Poi ~ [cc3a4e] Add Gitlab CI status badge
 example.js 2020-05-11 Moe Poi ~ Moe Poi ~ [a3e307] Update example code
 package.json 2019-01-18 Moe Moe [e4e852] Move directory

Read Me

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