@ablanc/wakanim
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

Wakanim scrapper

package build coverage

Description

Node.js module to scrap content of wakanim.tv.

Installation

# with yarn
yarn add @ablanc/wakanim

# or with npm
npm install @ablanc/wakanim

Examples

const wakanim = require("@ablanc/wakanim");

const catalog = await wakanim.getCatalog();
const infos = await wakanim.getAnimeInfos(catalog[0].link);
// 2 weeks interval at most.
const calendar = await getCalendar({
startDate: "11-11-2019", 
endDate: "17-11-2019",
free: true // optional, defaults to false
});

Tests

Tests are run using Jest framework.
$ yarn test

Package Sidebar

Install

npm i @ablanc/wakanim

Weekly Downloads

1

Version

2.3.0

License

MIT

Unpacked Size

23.6 kB

Total Files

18

Last publish

Collaborators

  • ablanc