0.0.4 • Published 9 years ago

get-changba-song v0.0.4

Weekly downloads
14
License
-
Repository
github
Last release
9 years ago

get-changba-song

Get song data from link of changba

As a tool of fritx/wyu-sing project

Shots

Usage

var get = require('get-changba-song').get
get('http://changba.com/s/5a3bo8I38I1HydevkfyvMw', function(err, song){
  console.log(song)
})
{
  link: 'http://changba.com/s/5a3bo8I38I1HydevkfyvMw',
  source: 'http://upuwmp3.changba.com/userdata/userwork/208/332383208.mp3',
  name: '因为爱情',
  user: 'Heightened',
  photo: 'http://aliimg.changba.com/cache/photo/277338825_320_320.jpg',
  title: '因为爱情 - Heightened (#唱吧#录制)',
  summary: ' '
}
0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago