# QQMusicApi **Repository Path**: johnyucn525/qqmusic-api ## Basic Information - **Project Name**: QQMusicApi - **Description**: QQ音乐后台 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-13 - **Last Updated**: 2025-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1. 测试详见项目中的test.http ## 2. 二开详见项目中的/python_dev # QQMusicApi [![NPM](https://img.shields.io/npm/v/qq-music-api.svg)](https://www.npmjs.com/package/qq-music-api) [![github](https://img.shields.io/badge/github-QQMusicApi-brightgreen.svg)](https://github.com/jsososo/QQMusicApi) [![GitHub Pages Star](https://img.shields.io/github/stars/jsososo/QQMusicApi.svg)](https://github.com/jsososo/QQMusicApi) 接口参考: [接口文档 Github](https://jsososo.github.io/QQMusicApi/#/) [接口文档 Vercel](https://qq-api-soso.vercel.app/) ## 快速上手 ### Node 服务 ```shell script git clone git@github.com:jsososo/QQMusicApi.git yarn yarn start ``` ### Docker ```shell script yarn build:docker yarn start:docker ``` ### npm ```shell script yarn add qq-music-api ```