网易云音乐 NodeJS 版 API,跨站请求伪造 (CSRF), 伪造请求头 , 调用官方 API。
含官方250多个接口,资源中的docs下有详细说明文档,请自行查看。
## 安装
```shell
$ git clone git@github.com:Binaryify/NeteaseCloudMusicApi.git
$ cd NeteaseCloudMusicApi
$ npm install
```
## 运行
```shell
$ node app.js
```
服务器启动默认端口为 3000, 若不想使用 3000 端口 , 可使用以下命令 : Mac/Linux
```shell
$ PORT=4000 node app.js
```
windows 下使用 git-bash 或者 cmder 等终端执行以下命令 :
```shell
$ set PORT=4000 && node app.js
```
服务器启动默认 host 为 localhost,如果需要更改, 可使用以下命令 : Mac/Linux
, 相关下载链接:
https://download.csdn.net/download/caryxp/88494079?utm_source=bbsseo