{"id":20685246,"url":"https://github.com/moosync/librespot-node","last_synced_at":"2025-09-27T04:31:54.962Z","repository":{"id":63263406,"uuid":"565562292","full_name":"Moosync/librespot-node","owner":"Moosync","description":"Node bindings for librespot","archived":false,"fork":false,"pushed_at":"2023-10-24T00:54:40.000Z","size":1851,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-16T22:29:35.787Z","etag":null,"topics":["bindings","librespot","node","nodejs","rust"],"latest_commit_sha":null,"homepage":"https://moosync.app/librespot-node/modules.html","language":"Rust","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/Moosync.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,"governance":null}},"created_at":"2022-11-13T19:45:43.000Z","updated_at":"2024-10-17T21:22:00.000Z","dependencies_parsed_at":"2022-11-16T01:04:21.516Z","dependency_job_id":"db3e047b-c956-4ef0-8fb0-a42dbd42e68c","html_url":"https://github.com/Moosync/librespot-node","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/Moosync%2Flibrespot-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moosync%2Flibrespot-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moosync%2Flibrespot-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moosync%2Flibrespot-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Moosync","download_url":"https://codeload.github.com/Moosync/librespot-node/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234390521,"owners_count":18824621,"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":["bindings","librespot","node","nodejs","rust"],"created_at":"2024-11-16T22:26:30.406Z","updated_at":"2025-09-27T04:31:49.590Z","avatar_url":"https://github.com/Moosync.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# librespot-node\n\nLibrespot wrapper for Node.JS.\n\nThis project was bootstrapped by [create-neon](https://www.npmjs.com/package/create-neon).\n\n### Installing\n\n#### Using yarn\n\n```bash\nyarn add librespot-node\n```\n\n#### Using npm\n\n```bash\nnpm install librespot-node --save\n```\n\n### Usage\n\n#### Creating a SPIRC Player\nSPIRC player shows up on spotify website / app\n\n```typescript\nconst sp = new SpotifyPlayerSpirc({\n  auth: {\n    username: \"username\",\n    password: \"password\",\n  },\n})\n\nsp.on(\"PlayerInitialized\", () =\u003e {\n  console.log(\"player initialized\")\n})\n```\n\n#### Creating a Normal Player\n\n```typescript\nconst sp = new SpotifyPlayer({\n  auth: {\n    username: \"username\",\n    password: \"password\",\n  },\n})\n\nsp.on(\"PlayerInitialized\", () =\u003e {\n  console.log(\"player initialized\")\n})\n```\n\n[Further documentation can be found here](https://moosync.app/librespot-node/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoosync%2Flibrespot-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoosync%2Flibrespot-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoosync%2Flibrespot-node/lists"}