bgmd
TypeScript icon, indicating that this package has built-in type declarations

0.0.49 • Public • Published

Bangumi Data

version CI

Installation

npm i bgmd

You can also just use the following cdn to get the latest data.

  • https://unpkg.com/bgmd@0/data/index.json
  • https://unpkg.com/bgmd@0/data/calendar.json
  • https://unpkg.com/bgmd@0/data/full.json

Or you can just use the following APIs in bgmc/data to fetch the latest data from cdn.

import { getCalendar } from 'bgmc/data';

const calendar = await getCalendar();
console.log(calendar);

Usage

import { bangumis } from 'bgmd/full'
import { calendar } from 'bgmd/calendar'

// ...

License

MIT License © 2023 XLor

Readme

Keywords

Package Sidebar

Install

npm i bgmd

Weekly Downloads

77

Version

0.0.49

License

MIT

Unpacked Size

25.9 MB

Total Files

19

Last publish

Collaborators

  • yjl9903