Watch YouTube videos synced in real-time, together with your friends. Create your own personal room and invite your friends for a YouTube watch party!
Try it Out · Report Bug · Request Feature
Follow the steps below to set up a local development environment for this project.
Make sure you have Node.js and npm installed locally on your system.
- node
- npm
- Clone the repo
git clone https://github.com/kaustubnvd/SyncTogether.git
- Install NPM packages
npm install
-
Get an API key for YouTube Data v3 here
-
Create a .env file and enter your API key
YOUTUBE_API_KEY=YOUR_API_KEY
- Start a dev environment
npm run dev
The following frameworks and APIs are core to the application.