{"id":23818069,"url":"https://github.com/lsongdev/163-music","last_synced_at":"2026-06-19T03:31:57.386Z","repository":{"id":57092859,"uuid":"146446511","full_name":"lsongdev/163-music","owner":"lsongdev","description":"Netease Music SDK in Node.js","archived":false,"fork":false,"pushed_at":"2019-07-29T08:49:24.000Z","size":9,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T03:04:53.747Z","etag":null,"topics":["netease-cloud-music"],"latest_commit_sha":null,"homepage":"http://npmjs.org/163-music","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lsongdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-28T12:48:10.000Z","updated_at":"2025-02-24T05:38:27.000Z","dependencies_parsed_at":"2022-08-22T21:40:43.731Z","dependency_job_id":null,"html_url":"https://github.com/lsongdev/163-music","commit_stats":null,"previous_names":["lsongdev/163-music","song940/163-music"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lsongdev/163-music","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2F163-music","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2F163-music/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2F163-music/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2F163-music/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsongdev","download_url":"https://codeload.github.com/lsongdev/163-music/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2F163-music/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34516549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["netease-cloud-music"],"created_at":"2025-01-02T05:49:28.640Z","updated_at":"2026-06-19T03:31:57.366Z","avatar_url":"https://github.com/lsongdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 163-music\n\n\u003e Netease Music SDK in Node.js\n\n\n [![163-music](https://img.shields.io/npm/v/163-music.svg)](https://npmjs.org/163-music) \n [![Build Status](https://travis-ci.org/song940/163-music.svg?branch=master)](https://travis-ci.org/song940/163-music)\n\n### Installation\n\n```bash\n$ npm install 163-music\n```\n\n### Example\n\n\n```javascript\nconst NeteaseMusic = require('163-music');\n\nconst nm = new NeteaseMusic({\n    cookie: '__Your_Cookies__'\n})\n\nnm.search('Love Song').then(({ result }) =\u003e {\n  const { songs } = result;\n  songs.forEach(song =\u003e {\n    console.log(`search(#${song.id}):`, song.name);\n  });\n})\n\nnm.playlist('751387161').then(data =\u003e {\n  console.log('歌单', data)\n})\n\nnm.picture('19124905253588326', 400).then(data =\u003e {\n  console.log('图片地址', data)\n})\n\nnm.artist('4130').then(data =\u003e {\n  console.log('艺术家', data)\n})\n\nnm.album('35327877').then(data =\u003e {\n  console.log('歌单', data)\n})\n\nnm.lyric('479403027').then(data =\u003e {\n  console.log('歌词', data)\n})\n\nnm.url('82360').then(({ data: resources }) =\u003e {\n  resources.forEach(resource =\u003e {\n    const { id, url } = resource;\n    console.log(`song(#${id}):`, url);\n  });\n})\n\nnm.song('479403027').then(data =\u003e {\n  console.log('歌曲详情', data)\n})\n```\n\n\n### Contributing\n- Fork this Repo first\n- Clone your Repo\n- Install dependencies by `$ npm install`\n- Checkout a feature branch\n- Feel free to add your features\n- Make sure your features are fully tested\n- Publish your local branch, Open a pull request\n- Enjoy hacking \u003c3\n\n### MIT\n\nThis work is licensed under the [MIT license](./LICENSE).\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2F163-music","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsongdev%2F163-music","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2F163-music/lists"}