music163-client

0.0.1 • Public • Published

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.

/music163-client/

    Package Sidebar

    Install

    npm i music163-client

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • fraserxu