Native dog music player

A music player developed based on electron- Vue (continuously updated.. Welcome to star)

Source address: https://github.com/SmallRuralDog/electron-vue-music

run

git clone https://github.com/SmallRuralDog/electron-vue-music.git

cd electron-vue-music

npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

Copy the code

Note that SRC \renderer\utils\ HTTPS API address is changed

Netease Cloud Music API

Netease Cloud Music Node.js API Service

Environmental requirements

NodeJS 6.0+ environment is required

The installation

$ git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git
$ npm install
Copy the code

run

$ node app.js
Copy the code

The default boot port is 3000. If you do not want to use port 3000, run the following command: Mac/Linux

$ PORT=4000 node app.js
Copy the code

In Windows, run the following command using a terminal such as git-bash or cmder:

$ set PORT=4000 && node app.js
Copy the code

Using document

The document address

UI