Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 588 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 588 Bytes

使用react-hooks方案实现的网易云音乐webapp

安装网易云音乐API

接口地址 https://binaryify.github.io/NeteaseCloudMusicApi/#/.

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

$ node app.js  //启动之前建议修改端口号为4000

启动前端项目 (启动之前先安装好云音乐api)

$ npm i
$ npm start