NekopoiScrapper/README.md

27 lines
465 B
Markdown
Raw Normal View History

2019-01-18 19:38:44 +01:00
# Nekopoi Scrapper
*Scrapper for nekopoi*
## Installation
```sh
$ npm install
```
## Usage
```sh
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](https://github.com/moepoi)