{"id":15770514,"url":"https://github.com/c-ehrlich/music-room","last_synced_at":"2025-03-31T11:43:40.064Z","repository":{"id":134326888,"uuid":"398751556","full_name":"c-ehrlich/music-room","owner":"c-ehrlich","description":"listen to spotify together","archived":false,"fork":false,"pushed_at":"2021-08-25T10:46:19.000Z","size":306,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-05T14:42:29.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/c-ehrlich.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":"2021-08-22T08:34:08.000Z","updated_at":"2021-08-25T10:46:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0b7d991-f592-47f0-adce-404f3088e3ee","html_url":"https://github.com/c-ehrlich/music-room","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/c-ehrlich%2Fmusic-room","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-ehrlich%2Fmusic-room/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-ehrlich%2Fmusic-room/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-ehrlich%2Fmusic-room/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c-ehrlich","download_url":"https://codeload.github.com/c-ehrlich/music-room/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246465220,"owners_count":20781919,"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":[],"created_at":"2024-10-04T14:42:29.071Z","updated_at":"2025-03-31T11:43:40.033Z","avatar_url":"https://github.com/c-ehrlich.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Music-Room\n\n![Music-Room Screenshot 1](https://i.imgur.com/HbdZ9ah.png)\n\n## About\nMusic-Room is a shared Spotify instance that allows one user to host a room in which music is playing, and other users to vote to skip songs, and optionally pause the currently playing song.\n\n## How to run (in dev/debug mode)\n* Register a Spotify Developer account and get Client ID and Client Secret\n* Create a new Application in the Spotify Developer Dashboard\n* Add `\u003csite url\u003e/spotify/redirect` to Redirect URIs of the Application in the Spotify Developer Dashboard\n  * for development, `\u003csite url\u003e` is `http://127.0.0.1:8000`\n* create spotify/credentials.py (TODO: move this process to environment variables)\n```python\nCLIENT_ID = \"\u003cspotify client id\u003e\"\nCLIENT_SECRET = \"\u003cspotify client secret\u003e\"\nREDIRECT_URI = \"http://127.0.0.1:8000/spotify/redirect\" # for testing - replace with real URL in prod\n```\n* in project root (same folder as manage.py):\n  * add `spotify/credentials.py` to .gitignore\n  * (recommended: set up a venv)\n  * `pip install -r requirements.txt`\n  * `python manage.py runserver`\n* in /frontend:\n  * `npm i` to install all dependencies\n  * `npm run dev`\n* access the app (in debug mode) at 127.0.0.1:8000\n\n## Additional Screenshots\n![Music-Room Screenshot 2](https://i.imgur.com/ZlwhyA6.png)\n![Music-Room Screenshot 3](https://i.imgur.com/rkMwrvc.png)\n![Music-Room Screenshot 4](https://i.imgur.com/5N3CWgy.png)\n\n## Notes\nA significant percentage of the code was not created by me - this project is based on the following course: https://www.youtube.com/playlist?list=PLzMcBGfZo4-kCLWnGmK0jUBmGLaJxvi4j\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-ehrlich%2Fmusic-room","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc-ehrlich%2Fmusic-room","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-ehrlich%2Fmusic-room/lists"}