1 简单部署自己的网易云api服务
1.1 登录自己的服务器 1.2 git clone 下载git@github.com:Binaryify/NeteaseCloudMusicApi.git (最新的已经删库了,找找其他能用的) 1.3 服务器下载forever工具 1.4 cd 到下载好的网易云南api文件夹 PORT=10000 forever start app.js 就可以了 可以访问 自己服务器ip:10000 就可以了
1.1 登录自己的服务器 1.2 git clone 下载git@github.com:Binaryify/NeteaseCloudMusicApi.git (最新的已经删库了,找找其他能用的) 1.3 服务器下载forever工具 1.4 cd 到下载好的网易云南api文件夹 PORT=10000 forever start app.js 就可以了 可以访问 自己服务器ip:10000 就可以了