music163-client
v0.0.1
Published
music 163 client
Downloads
5
Readme
music163-client
This is the client for music163
Install
The easiest way to use music163-client is to install it with npm: npm install music163-client
API
Currently, there's only three (useful) methods available:
play: function(id)
download: function(id, path)
Example
var player = require('..')
// play
player.play(233931);
// download
player.download(233931);