getmusic
v1.1.0
Published
get music
Downloads
6
Readme
getmusic
just a node package for downloading music and lyric
npm install getmusic
const getmusic = require('getmusic') getmusic.download('我曾', your_donwload_path).then(()=>{ //do something })
get music filter by singer
getmusic.downloadFilter('我曾', your_donwload_path, "隔壁老樊").then(() => { //do something }).catch(err => console.log(err))
get lyric
getmusic.downloadLyric('稻香', '周杰伦').then((lyric) => { //do something console.log(lyric) }).catch(err => console.log(err))