rhapsody-api:RhapsodyNapster 的 NodeJS API 包装器

时间:2021-06-22 20:58:23
【文件属性】:
文件名称:rhapsody-api:RhapsodyNapster 的 NodeJS API 包装器
文件大小:9KB
文件格式:ZIP
更新时间:2021-06-22 20:58:23
JavaScript 狂想曲API Rhapsody/Napster 的 NodeJS API 包装器。 老实说,我有一台漂亮的电视,我想为它构建一个 Rhapsody 集成应用程序。 希望其他人也会发现这很有用。 这个库实现了承诺。 前往并注册开发者帐户。 安装 npm install rhapsody-api 用法 var Rhapsody = require ( "rhapsody-api" ) ( "YOUR-ACCESS-TOKEN" ) ; Rhapsody . topArtists ( ) . then ( function ( resp ) { console . log ( resp ) ; } ) ; API 参考 元数据 API . topArtists ( [ params ] ) . artistDetails ( artist ) . artistBio ( artis
【文件预览】:
rhapsody-api-master
----lib()
--------Albums.js(2KB)
--------config.js(71B)
--------Artists.js(2KB)
--------Favorites.js(357B)
--------Library.js(1KB)
--------utils.js(4KB)
--------Playlists.js(588B)
--------History.js(550B)
--------Stations.js(238B)
--------Tracks.js(421B)
--------index.js(4KB)
----LICENSE(1KB)
----test()
--------test.js(4KB)
----rhapsody.js(40B)
----README.md(1KB)
----.gitignore(23B)
----package.json(698B)

网友评论