0.0.4 • Published 9 years ago
netease-music v0.0.4
node-netease-music
NetEase Music API in Node.js
Install
npm i netease-music -SUsage
var music = require('netease-music')
music.getUserPlaylist({
uid: 32911133,
offset: 1,
limit: 10
}, function (err, data) {
// Do things with data
});Example
See example
API
getUserPlaylistgetPlaylistDetailgetSongDetail
License
The MIT License