Update README.md

This commit is contained in:
Moe Poi ~ 2019-01-19 01:38:44 +07:00
parent c25350e9b9
commit cec6a27103

View file

@ -1 +1,27 @@
# NekopoiScrapper
# 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)