🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

bgmt

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bgmt

Bangumi Data Toolkit

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

bgmt

version CI

Shared bangumi helper functions used by bgmx.

Installation

npm i bgmt

Usage

CDN

You can use the following APIs to fetch the latest bgmd data from cdn.

import { fetchBasicSubjects, fetchFullSubjects, fetchCalendarSubjects } from 'bgmt/cdn'

// https://unpkg.com/bgmd@0/dist/index.json
await fetchBasicSubjects()

// https://unpkg.com/bgmd@0/dist/full.json
await fetchFullSubjects()

// https://unpkg.com/bgmd@0/dist/calendar.json
await fetchCalendarSubjects()

Utilities

WIP

trimSeason('xxx 第二季')

// ...

License

MIT License © 2024 XLor

Keywords

bangumi

FAQs

Package last updated on 10 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts