From cec6a271039e126cd178a2a0a9509bf6010c236c Mon Sep 17 00:00:00 2001 From: Moe Date: Sat, 19 Jan 2019 01:38:44 +0700 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 313c40e..732ff1e 100644 --- a/README.md +++ b/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) \ No newline at end of file