An open API service indexing awesome lists of open source software.

https://github.com/bhznjns/cloudmusic-node-cli

A NeteaseCloudMusic Node.js cli program.
https://github.com/bhznjns/cloudmusic-node-cli

cli-app netease-cloud-music nodejs nodejs-cli-app

Last synced: 18 days ago
JSON representation

A NeteaseCloudMusic Node.js cli program.

Awesome Lists containing this project

README

          

# cloudmusic-node-cli

A NeteaseCloudMusic Node.js cli program.

## 安装

```shell
git clone https://github.com/BHznJNs/cloudmusic-node-cli.git

cd cloudmusic-node-cli

npm i
```

## 启动

```shell
npm start
```

## 项目依赖

前端:

- [Inquirer](https://github.com/SBoudrias/Inquirer.js)

后端:

- [@bhznjns/node-mp3-player](https://github.com/BHznJNs/node-mp3-player)

- [NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)