项目为NeteaseCloudMusicApi项目的缩减版,只保留了部分个人所需的API,并且增加一些mock数据
需要 NodeJS 6.0+ 环境
$ git clone git@github.com:Binaryify/NeteaseCloudMusicApi.git
$ npm install
$ node app.js
服务器启动默认端口为3000,若不想使用3000端口,可使用以下命令:
Mac/Linux
$ PORT=4000 node app.js
windows 下使用 git-bash 或者 cmder 等终端执行以下命令:
$ set PORT=4000 && node app.js