monoschinos

0.5.1 • Public • Published

Monoschinos Scrapper 📺

Dependecy-Lowest Monoschinos scrapper for nodejs, just using node-html-parser and he for faster DOM parsing.

[!WARNING] This library isn't finished yet, expect breaking changes.

Now in npm 🥳

Install this module with

# npm
npm i monoschinos

# pnpm
pnpm add monoschinos

# bun
bun install monoschinos

Usage

Just import from the module and execute the function

import {Search} from "monoschinos";
let results = await Search("Charlotte");
import {HomePage} from "monoschinos";
let {RecentEpisodes, RecentAnimes} = await HomePage();
import {Anime} from "monoschinos";
let results = await Anime("charlotte-sub-espanol");

[!NOTE] For use this module is needed set "type": "module" -> on your package.json

Made with ❤️ from 🇲🇽 by CarlosNunexMX / Discord @kururosu

Package Sidebar

Install

npm i monoschinos

Weekly Downloads

2

Version

0.5.1

License

ISC

Unpacked Size

13.5 kB

Total Files

16

Last publish

Collaborators

  • carlosnunezmx