billboard-top-100:Node.js API,可从Billboard的图表中检索*歌曲,专辑和歌手

时间:2024-06-06 02:41:30
【文件属性】:

文件名称:billboard-top-100:Node.js API,可从Billboard的图表中检索*歌曲,专辑和歌手

文件大小:80KB

文件格式:ZIP

更新时间:2024-06-06 02:41:30

music charts songs rank ranking

Node.js API,可从Billboard的图表中检索*歌曲,专辑和歌手 安装 npm install billboard-top-100 例子 const { getChart } = require ( '../billboard-top-100.js' ) ; // date format YYYY-MM-DD getChart ( 'hot-100' , '2016-08-27' , ( err , chart ) => { if ( err ) console . log ( err ) ; console . log ( chart . week ) // prints the week of the chart in the date format YYYY-MM-DD console . log ( chart . previousWeek . url


【文件预览】:
billboard-top-100-master
----.travis.yml(212B)
----package.json(1KB)
----.eslintrc.json(341B)
----test()
--------test.js(8KB)
----license(1KB)
----package-lock.json(220KB)
----billboard-top-100.js(10KB)
----.gitignore(31B)
----logo.png(17KB)
----README.md(5KB)

网友评论