hansputera / otakudesu-scrape

A module that retrieves data from otakudesu.vip

Home Page:https://npmjs.com/package/otakudesu-scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

otakudesu-scrape

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:

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!

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.

About

A module that retrieves data from otakudesu.vip

https://npmjs.com/package/otakudesu-scraper


Languages

Language:TypeScript 100.0%