netease-music

0.0.4 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i netease-music

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • fantasyshao