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.
- Host: GitHub
- URL: https://github.com/bhznjns/cloudmusic-node-cli
- Owner: BHznJNs
- License: mit
- Created: 2023-02-10T14:03:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T14:25:38.000Z (over 3 years ago)
- Last Synced: 2025-09-19T11:48:42.538Z (9 months ago)
- Topics: cli-app, netease-cloud-music, nodejs, nodejs-cli-app
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)