@untidy/jkanime
v0.0.2
Published
web scraping tools for jkanime site
Downloads
1
Readme
@untidy/jkanime
:information_source: 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.
:sparkles: Features
- Built with TypeScript, providing full typing support.
- ESM only
- Uses
cheerio
to retrieve data for paths such as/directorio
,/horario
, and any animetitle
.
:package: Install
With npm:
npm install @untidy/jkanime
With yarn:
yarn add @untidy/jkanime
With pnpm:
pnpm add @untidy/jkanime
:beginner: 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.
:page_facing_up: Docs
:scroll: License
@untidy/jkanime
is licensed under the
Apache-2.0 license - © 2023
falsepopsky.