{"id":13630113,"url":"https://github.com/sheldor1510/local-party","last_synced_at":"2025-09-01T20:33:20.667Z","repository":{"id":131698664,"uuid":"348480596","full_name":"sheldor1510/local-party","owner":"sheldor1510","description":"A website where you can create rooms and chat while watching local video files synchronized with your friends.","archived":false,"fork":false,"pushed_at":"2024-02-13T20:16:40.000Z","size":1137,"stargazers_count":245,"open_issues_count":5,"forks_count":32,"subscribers_count":7,"default_branch":"web","last_synced_at":"2025-04-02T08:09:57.029Z","etag":null,"topics":["javascript","socket-io","watch-party"],"latest_commit_sha":null,"homepage":"https://localparty.netlify.app/","language":"JavaScript","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/sheldor1510.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}},"created_at":"2021-03-16T20:19:40.000Z","updated_at":"2025-04-01T08:07:25.000Z","dependencies_parsed_at":"2024-01-14T08:28:27.303Z","dependency_job_id":"8461b6ec-b0db-4c9e-aec5-73d283f9e068","html_url":"https://github.com/sheldor1510/local-party","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/sheldor1510%2Flocal-party","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheldor1510%2Flocal-party/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheldor1510%2Flocal-party/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheldor1510%2Flocal-party/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheldor1510","download_url":"https://codeload.github.com/sheldor1510/local-party/tar.gz/refs/heads/web","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248018060,"owners_count":21034048,"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":["javascript","socket-io","watch-party"],"created_at":"2024-08-01T22:01:30.598Z","updated_at":"2025-04-09T10:07:34.351Z","avatar_url":"https://github.com/sheldor1510.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003ch1 align='center'\u003e Local Party \u003c/h1\u003e\n\n![GitHub stars](https://img.shields.io/github/stars/sheldor1510/local-party.svg)\n![GitHub forks](https://img.shields.io/github/forks/sheldor1510/local-party.svg)\n![GitHub license](https://img.shields.io/github/license/sheldor1510/local-party.svg)\n\n\n# Table of Contents\n\n1. [Local Party](#local-party)\n2. [Features](#features)\n3. [Getting Started](#getting-started)\n4. [Video](#video)\n5. [Media](#media)\n6. [Contributing](#contributing)\n   - [Backend API](#backend-api)\n\n# Local Party\nA website where you can create rooms and chat while watching local video files synchronized with your friends.\n\n\u003cimg src=\"https://imgur.com/bcdrBr4.png\"/\u003e\u003cbr\u003e\n\n## Features\n\n- Create watch party rooms.\n- Watch videos in sync with your friends.\n- Chat with your friends while watching videos.\n\n## \u003cimg src=\"https://imgur.com/z5Qsm06.png\"/\u003e\n\n## Getting Started\n\n1) Go to [https://localparty.netlify.app/](https://localparty.netlify.app)\n\n2) To create a room, click on the create room button and enter the name you want to chat with, the room's name and select the video file. \n\n3) You would be redirected to the room page once you have created it. You can now share the room code with your friends and they can join with the same video file and room code.\n\n4) To join a room, click on the join room button and enter the name you want to chat with, the room's code and select the same video file with which the host has created the party with.\n\n5) You can view how many people are in the party by hovering over the user icon in the top right of the room page.\n\n6) You can leave the party by clicking on the leave icon in the top left of the chat section of the room page.\n\n## Video\n\n[![Local Party Demo](https://img.youtube.com/vi/Tw1BuJPapg4/hqdefault.jpg)](https://youtu.be/Tw1BuJPapg4)\n\n## Media\nAn album of screenshots of the website can be found [here](https://imgur.com/a/wzKc2g7).\n\n## Contributing\n\n1) First, fork the repository to your GitHub account by clicking the \"Fork\" button on the top right of the repository page.\n2) Clone your forked repository to your local machine using the following commands:\n\n    ``` \n    git clone https://github.com/your-username/local-party.git\n    cd local-party\n    ```\n3) Next, set up the project by installing dependencies. Ensure you have Node.js and npm installed on your machine.\nIf you haven't installed Node.js yet, you can download it from the [official website](https://nodejs.org/en).\n\n    ```\n    npm install\n    ```\n4)  Similarly, clone the repository of the API to your local machine using the git clone command. Navigate to the project directory.\n    ```\n    git clone https://github.com/your-username/local-party-api.git\n    cd local-party-api\n    ```\n5) To view the project locally and make changes, you can open a live server.\n\n    ```\n    npm start\n    ```\n\n\n### Backend API\nIf you're interested in contributing to the backend API, you can find its repository [here](https://github.com/sheldor1510/local-party-api).\n\nWe welcome contributions of all kinds, from bug fixes to new features. Please make sure to follow the [Code of Conduct](https://docs.github.com/en/site-policy/github-terms/github-community-code-of-conduct) and Contributing Guidelines when contributing to this project.\n\nCheck out the backend API [here](https://github.com/sheldor1510/local-party-api).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheldor1510%2Flocal-party","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheldor1510%2Flocal-party","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheldor1510%2Flocal-party/lists"}