Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 1.24 KB

README.md

File metadata and controls

73 lines (45 loc) · 1.24 KB

Vidparty

A chrome extension that mimics Teleparty to watch the online video together

Demo

Sep-19-2023 00-05-38

Features

  • Synchronize play
  • Synchronize pause
  • Synchronize seek

Currently support platforms:

Getting Started

Follow the instructions below to set up the environment and run this project on your local machine

Prerequisites

  • Chrome browser
  • Node.js

Installing

  1. Download ZIP or clone this repo
> git clone https://github.com/rubychi/vidparty.git
  1. Open Chrome and browse chrome://extensions

  2. Switch on the developer mode

  3. Click Load unpacked and select /chrome extension to load Vidparty

Running the app

  1. Install dependencies in /server
> npm install
  1. Start the server
> npm start
  1. Select a video from https://dramasq.one

  2. Copy & paste the link in another tab

  3. Watch videos play/pause/seek synchronously

Built With

Frontend

  • socket.io

Backend

  • express
  • node-fetch
  • socket.io
  • uuid

Attributions