2.0.1 • Published 7 years ago

bgm-fetch v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

bgm-fetch

NPM version NPM download Build Status: Linux

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

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.31

9 years ago

0.0.3

9 years ago

0.0.22

9 years ago

0.0.2

9 years ago

0.0.11

9 years ago

0.0.1

9 years ago