# kuwoMusicApi **Repository Path**: qiuyaohong/kuwoMusicApi ## Basic Information - **Project Name**: kuwoMusicApi - **Description**: 酷我音乐API Node.js 版 酷我音乐 API - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-05-04 - **Last Updated**: 2025-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 酷我音樂API ### Development ## 安装 ```bash $ git clone https://github.com/QiuYaohong/kuwoMusicApi.git $ npm i $ npm run dev ``` ## 环境要求 - Node.js 8.x - Typescript 2.8+ ## 使用文档 - 项目启动后 默认本地服务为 http://127.0.0.1:7002 - 接口完整地址 为 本地服务地址 + 接口地址 ![](https://user-images.githubusercontent.com/51219225/140633174-8e25f1dd-7581-480c-af3b-99f8144c20e9.png) - 例如歌曲播放链接: http://127.0.0.1:7002/kuwo/url?mid=162457325&type=music [接口文档地址](https://qiuyaohong.github.io/kuwoMusicApi/) ## 部署 ```shell 1. npm run ci # 将ts转化为js, 在服务器里面运行之前, 需要将ts都转换为js, 这样才能正常运行 Tips: npm run ci 如果存在异常, 可以直接 npm run tsc 转换成 js, 然后依次执行下一步操作 2. npm run start # 启动服务 3. npm run stop # 停止服务 ```