@untidy/jkanime

0.0.2 • Public • Published

@untidy/jkanime

ℹ️ About

Web scraping tools for the jkanime site.

Warning
Use of this web scraping package for any malicious or unethical activities is strictly prohibited. By using these tools, you agree to adhere to all applicable laws and regulations, as well as to respect the terms of service of the website you are scraping. The intention of this package is solely for legitimate purposes such as data analysis, research, or personal use.

Features

  • Built with TypeScript, providing full typing support.
  • ESM only
  • Uses cheerio to retrieve data for paths such as /directorio, /horario, and any anime title.

📦 Install

With npm:

npm install @untidy/jkanime

With yarn:

yarn add @untidy/jkanime

With pnpm:

pnpm add @untidy/jkanime

🔰 Usage

@untidy/jkanime is easy to use, The following example demonstrates how to retrieve the titles for the path /horarios. For more examples involving other APIs, please refer to the Docs section.

Example usage:

import { browseFilter } from '@untidy/jkanime/cheerio';

// The html variable contains the parsed HTML response text.
const data = browseFilter(html);

// The output data results in a `Map` containing titles for each day of the week.

📄 Docs

API

📜 License

@untidy/jkanime is licensed under the Apache-2.0 license - © 2023 falsepopsky.

Readme

Keywords

Package Sidebar

Install

npm i @untidy/jkanime

Weekly Downloads

0

Version

0.0.2

License

Apache-2.0

Unpacked Size

15.4 kB

Total Files

7

Last publish

Collaborators

  • falsepopsky