Skip to content

SFantasy/node-netease-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published