bgm-fetch
v2.0.1
Published
本库用于获取番组更新,返回一个 Promise 给米娜桑。
Downloads
32
Readme
bgm-fetch
import bgm from 'bgm-fetch'
// Retrieve the animes that are currently airing
// Format by weekday
bgm({ format: true })
.then(data => console.log(data))
.catch(error => console.error(error))
// Retrieve specific season
bgm({
year: 2015,
season: 7
})
// Use custom proxy, default one: 'https://cdn.rawgit.com/bangumi-data/bangumi-data/master/data/items/{year}/{season}.json'
bgm({ proxy: 'https://xxx.com/api.json' })
Related
- bgm - CLI of this module.
License
MIT © EGOIST