2.3.0 • Published 4 years ago

@ablanc/wakanim v2.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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

2.3.0

4 years ago

2.2.0

4 years ago

3.0.0

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.2

4 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago