bgm-fetch - 一个用于获取动漫番组更新的 JS 库

810 阅读1分钟

本库用于获取番组更新,返回一个 Promise 给米娜桑。

番组资源由 番组放送 提供。

import fetch from 'bgm-fetch'

fetch
  .get('1510', true) // 15 年 10 月新番, 当 true 将会按星期几分类
  .then(data => console.log(data))
  .catch(error => console.error(error))

License

MIT.