Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

otakudesu-scraper

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

otakudesu-scraper

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

latest
npmnpm
Version
1.2.0
Version published
Weekly downloads
39
25.81%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

otakudesu

FAQs

Package last updated on 31 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts