A command line music player tailored for Netease Music.
##Introduction This project allows you to use command line interface to enjoy music from Netease Music.
Fully implemented in Node.js, NeteasePlayer is a lightweight as well as an elegant client for you. Of course, open source and free.
##Usage
$ [sudo] npm install netease-player -g
###Using cnpm:
推荐使用 cnpm 镜像加速安装:
$ [sudo] npm install netease-player -g \
--disturl=http://dist.u.qiniudn.com \
--registry=http://r.cnpmjs.org
###Change cache directory
Please go to the directory, using the following command:
修改缓存文件夹,请到你选定的文件夹下运行如下命令:
$ netease-player home
##For OS X users
Please make sure that you have installed:
- Xcode
- Command Line Tools
- node.js
##For Linux & OS X users If something wrong with dependencies, you can refer to this link. Issues are welcomed.
如果在安装过程中出现问题,你可以参见这里。或者可以直接提 issue 。
##For windows users The quick and official way: http://music.163.com/#/download
##Acknowledgement Inspired by https://github.com/turingou/douban.fm
##License MIT