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