Github地址:
https://github.com/fraserxu/jingfm-cli依赖模块:
* commander.js (命令行工具)
* Q (nodejs promise处理多个异步请求)
* request (后端发送多次异步请求)
![jingfm-cli](https://f.cloud.github.com/assets/1183541/749676/cdf5cc76-e4b2-11e2-839c-84a24d8c99f7.png)
主要调用[Jing.fm](http://jing.fm) API,非官方,貌似他们没有开放平台。之后通过后台多次请求获取歌曲地址,最后使用nodejs child_process 模块调用浏览器。
这里主要使用`Q`完成多次异步请求处理。
欢迎提交[pull request](https://github.com/fraserxu/jingfm-cli),各种[star](https://github.com/fraserxu/jingfm-cli).