mirror of
https://gitlab.com/moepoi/NekopoiScrapper.git
synced 2024-11-14 02:16:22 +01:00
Update README.md
This commit is contained in:
parent
c25350e9b9
commit
cec6a27103
1 changed files with 27 additions and 1 deletions
28
README.md
28
README.md
|
@ -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)
|
Loading…
Reference in a new issue