0.0.4 • Published 8 years ago

netease-music v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

node-netease-music

NetEase Music API in Node.js

NPM version npm download David deps js-standard-style

Install

npm i netease-music -S

Usage

var music = require('netease-music')

music.getUserPlaylist({
  uid: 32911133,
  offset: 1,
  limit: 10
}, function (err, data) {
  // Do things with data
});

Example

See example

API

  • getUserPlaylist

  • getPlaylistDetail

  • getSongDetail

License

The MIT License

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago