@ablanc/adn 中文文档教程

发布于 4年前 浏览 22 更新于 3年前

Adn module wrapper

包 build coverage


Description

用于访问 adn api (animedigitalnetwork.fr) 的 Node.js 模块包装器。

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

测试使用 Jest 框架运行。

# with yarn
yarn test

# or with npm
npm run test

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
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文