UNPKG

otakudesu-scraper

Version:

A module that retrieves data from otakudesu.vip. Now with TypeScript!

31 lines (18 loc) 1.05 kB
![otakudesu-scrape](https://socialify.git.ci/hansputera/otakudesu-scrape/image?description=1&forks=1&issues=1&language=1&owner=1&pattern=Circuit%20Board&pulls=1&stargazers=1&theme=Dark) # Installation > npm i otakudesu-scraper --only=production or > yarn add otakudesu-scraper --production ## Quick Start Basically, it is very simple to use. If you use ES Module/TypeScript. Just type: ```ts import { OtakudesuInstance } from 'otakudesu-scraper'; const otaku = new OtakudesuInstance(); otaku.getAnime('Boruto').then(console.log); ``` And, if you use CommonJS. Just follow the codes above, and change `import { OtakudesuInstance } from 'otakudesu-scraper';` to `const { OtakudesuInstance } = require('otakudesu-scraper');` ## Documentation Need documentation? [Check this out!](https://hansputera.github.io/otakudesu-scrape) ## Contribution, and issues Contributions are welcome, and if you have any issues with this package, you are welcome to open the issue on the [github repository](https://github.com/hansputera/otakudesu-scrape/issues).