3.0.0 • Published 3 years ago

@ablanc/adn v3.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

Adn module wrapper

package build coverage

Description

Node.js module wrapper to access adn api (animedigitalnetwork.fr).

Installation

# with yarn
yarn add @ablanc/adn

# or with npm
npm install @ablanc/adn

Examples

const adn = require("@ablanc/adn");
// import adn from "@ablanc/adn"; // Typescript

const mondayEpisodes = await adn.getCalendarDay("2019-11-04");
const catalog = await adn.getCatalog({ offset: 0, limit: 50 });
const episodes = await adn.getEpisodes({ showId: 355 });
const infos = await adn.getInfos("bleach");

Tests

Tests are run using Jest framework.

# with yarn
yarn test

# or with npm
npm run test
3.0.0

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago

2.0.0

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

5 years ago