0.0.1 • Published 10 years ago

music163-client v0.0.1

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

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);

Note: Please only download the song when you have legal copyright to it.