music163-client

v0.0.1
music 163 client
music163 player

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.

npm i music163-client

Metadata

  • MIT
  • Whatever
  • fraserxu
  • released 1/15/2014

Downloads

Maintainers