{"id":16388441,"url":"https://github.com/jsososo/migumusicapi","last_synced_at":"2025-04-06T09:09:41.146Z","repository":{"id":47789882,"uuid":"227305709","full_name":"jsososo/MiguMusicApi","owner":"jsososo","description":"咪咕音乐 nodejs api","archived":false,"fork":false,"pushed_at":"2024-02-08T11:11:48.000Z","size":114,"stargazers_count":261,"open_issues_count":15,"forks_count":100,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T08:08:22.192Z","etag":null,"topics":["migu","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://jsososo.github.io/MiguMusicApi","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsososo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-11T07:42:45.000Z","updated_at":"2025-01-23T14:13:14.000Z","dependencies_parsed_at":"2024-12-16T16:29:46.839Z","dependency_job_id":"de8b505d-b498-4af4-b99a-491266010c18","html_url":"https://github.com/jsososo/MiguMusicApi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsososo%2FMiguMusicApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsososo%2FMiguMusicApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsososo%2FMiguMusicApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsososo%2FMiguMusicApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsososo","download_url":"https://codeload.github.com/jsososo/MiguMusicApi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457803,"owners_count":20941906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["migu","nodejs","typescript"],"created_at":"2024-10-11T04:29:08.342Z","updated_at":"2025-04-06T09:09:41.117Z","avatar_url":"https://github.com/jsososo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QQMusicApi\n\n[![NPM](https://img.shields.io/npm/v/migu-music-api.svg)](https://www.npmjs.com/package/migu-music-api)\n[![github](https://img.shields.io/badge/github-MiguMusicApi-brightgreen.svg)](https://github.com/jsososo/MiguMusicApi)\n[![GitHub Pages Star](https://img.shields.io/github/stars/jsososo/MiguMusicApi.svg)](https://github.com/jsososo/MiguMusicApi)\n\n\n接口参考：\n\n[接口文档 Github](https://jsososo.github.io/MiguMusicApi/#/)\n\n\n## 快速上手\n\n### Node 服务\n\n```shell script\ngit clone git@github.com:jsososo/MiguMusicApi.git\n\nyarn\n\nyarn start\n```\n\n\n### npm\n\n```shell script\nyarn add migu-music-api\n```\n\n#### 接口调用\n\n```javascript\nconst miguMusic = require('migu-music-api').default;\n// or\n// import miguMusic from 'migu-music-api';\n\n// 部分接口依赖 cookie, 这里穿参可以使用字符串或对象\nmiguMusic('search', { keyword: '周杰伦' })\n  .then((res) =\u003e console.log(res))\n  .catch((err) =\u003e console.error('err: ', err.message));\n\nmiguMusic('search')\n  .then((res) =\u003e console.log(res))\n  .catch((err) =\u003e console.error('err: ', err.message));\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsososo%2Fmigumusicapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsososo%2Fmigumusicapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsososo%2Fmigumusicapi/lists"}