{"id":22672017,"url":"https://github.com/vvhacker007/tune-in","last_synced_at":"2025-08-10T11:17:25.220Z","repository":{"id":121635096,"uuid":"393963937","full_name":"vvHacker007/Tune-In","owner":"vvHacker007","description":"✨A collaborative music playing systems🎶 where multiple guests can join a room ➡🚪 and enjoy the song🎧 being played.","archived":false,"fork":false,"pushed_at":"2023-02-24T10:08:18.000Z","size":485,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T12:28:33.982Z","etag":null,"topics":["django","django-react","django-react-integration","django-rest-framework","music-player","reactjs","spotify-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vvHacker007.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-08T13:10:37.000Z","updated_at":"2024-06-16T16:28:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"d501e104-d627-4be4-ada3-9e21fddeb650","html_url":"https://github.com/vvHacker007/Tune-In","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vvHacker007/Tune-In","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvHacker007%2FTune-In","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvHacker007%2FTune-In/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvHacker007%2FTune-In/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvHacker007%2FTune-In/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vvHacker007","download_url":"https://codeload.github.com/vvHacker007/Tune-In/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvHacker007%2FTune-In/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269713884,"owners_count":24463244,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":["django","django-react","django-react-integration","django-rest-framework","music-player","reactjs","spotify-api"],"created_at":"2024-12-09T16:17:45.134Z","updated_at":"2025-08-10T11:17:25.210Z","avatar_url":"https://github.com/vvHacker007.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tune-In\n\u003cdiv align=\"center\"\u003e \n  \u003cp align='center'\u003e \n   \u003cimg src=\"https://forthebadge.com/images/badges/built-with-love.svg\" /\u003e\n   \u003cimg src=\"https://img.shields.io/badge/-By%20Vedansh%20-blue?style=for-the-badge\" /\u003e\u003cbr\u003e\n   \u003cimg src=\"http://ForTheBadge.com/images/badges/made-with-python.svg\" /\u003e\n    \u003cbr\u003e\n   \u003cimg src=\"https://img.shields.io/badge/License-Apache-yellow.svg?style=for-the-badge\" /\u003e\u003cbr\u003e\n  \u003c/p\u003e\n \u003c/div\u003e\n \u003ch3\u003eTune in is a Collaborative Music Playing Systems where multiple guests can join a room and enjoy the song being played. Tune in uses spotify api, which requires the host to login to spotify. Guests can pause and vote to skip the current song only if the host of the room owns a spotify premium account.\u003c/h3\u003e\n \u003cdiv align=\"center\"\u003e\n   \u003cbr\u003e\u003cstrong\u003eTune In\u003c/strong\u003e is available under Apache License, read the LICENSE file for more info\n  \u003cp\u003e\n  \u003c/div\u003e\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e    \n  \u003cimg src=\"https://img.shields.io/badge/How%20to%20start%20locally%F0%9F%9B%A0%EF%B8%8F-purple?logo=visual-studio-code\u0026style=for-the-badge\" /\u003e\u003cbr\u003e\n\u003c/div\u003e\u003cbr\u003e\n\n- **Fork** the Repository\n- Open your **Terminal / Cmd**\n \u003cbr\u003e\u003cbr\u003e\n ```\n git clone \"https://github.com/vvHacker007/Tune-In.git\"\n ```   \n \n ```\n cd Tune-In\n ```\n \n ```\n pip install virtualenv\n python -m venv \u003cname of environment\u003e\n source \u003cname\u003e/bin/activate\n pip install -r requirements.txt\n ```\n \n ```\n  python manage.py runserver\n ```\n \n - Open a new **Terminal / Cmd**\n \u003cbr\u003e\u003cbr\u003e\n ```\n  cd frontend\n  npm run dev\n ```\n \n \u003cdiv align=\"center\"\u003e\n  Server starts running on port \u003cstrong\u003e127.0.0.1:8000/🚀\u003c/strong\u003e\n \u003c/div\u003e\u003cbr\u003e\n \n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Contributors-black?logo=github\u0026style=for-the-badge\" /\u003e\n \u003c/div\u003e\n \n\u003cdiv align=\"center\"\u003e\n\u003cbr\u003e\u003ctable\u003e\n\u003ctr align=\"center\"\u003e\n\u003ctd\u003e\n  \nVedansh Vijaywargiya\n\n\u003cp align=\"center\"\u003e\n\u003cimg src = \"https://avatars.githubusercontent.com/vvHacker007\" width=\"150\" height=\"150\" alt=\"Vedansh Vijaywargiya\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href = \"https://github.com/vvHacker007\"\u003e\u003cimg src = \"http://www.iconninja.com/files/241/825/211/round-collaboration-social-github-code-circle-network-icon.svg\" width=\"36\" height = \"36\"/\u003e\u003c/a\u003e\n\u003ca href = \"https://www.linkedin.com/in/vedansh-vijaywargiya/\"\u003e\n\u003cimg src = \"http://www.iconninja.com/files/863/607/751/network-linkedin-social-connection-circular-circle-media-icon.svg\" width=\"36\" height=\"36\"/\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\u003c/td\u003e\n\u003c/table\u003e\n\u003c/tr\u003e\u003cbr\u003e\n \u003c/table\u003e\n \n \u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Please%20star%20if%20you%20like%20it-gold?logo=Southwest%20Airlines\u0026style=for-the-badge\" width=\"300\" height=\"35\"/\u003e\n \u003c/div\u003e\n \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvvhacker007%2Ftune-in","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvvhacker007%2Ftune-in","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvvhacker007%2Ftune-in/lists"}