bgmd
v0.0.55
Published
Bangumi Data
Downloads
44
Readme
Bangumi Data
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