网易云音乐API使用

网易云音乐API使用

网易云音乐API

1.安装

$ git clone git@github.com:Binaryify/NeteaseCloudMusicApi.git 

或者
https://github.com/Binaryify/NeteaseCloudMusicApi

$ npm install

2.运行

$ node app.js

在此,由于我的3000端口已被项目占用,使用cmder运行,下面介绍cmder 使用

  • 服务器启动默认端口为 3000,若不想使用 3000 端口,可使用以下命令: Mac/Linux
$ PORT=4000 node app.js
  • windows 下使用 git-bash 或者 cmder 等终端执行以下命令:Mac/Linux
$ set PORT=4000 && node app.js

3.cmder使用

cmder官网

  • 下载

     这里我下载的是mini版
    
  • 安装

     解压缩 (可选)
     运行 Cmder (Cmder.exe)
    
  • 进入到网易云音乐项目文件夹下

  • 运行 set PORT=4000 && node app.js

你可能感兴趣的:(api使用)