Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 1.52 KB

README.md

File metadata and controls

55 lines (46 loc) · 1.52 KB

SyncTogether

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

demo

Getting Started

Follow the steps below to set up a local development environment for this project.

Prerequisites

Make sure you have Node.js and npm installed locally on your system.

  • node
  • npm

Development Setup

  1. Clone the repo
git clone https://github.com/kaustubnvd/SyncTogether.git
  1. Install NPM packages
npm install
  1. Get an API key for YouTube Data v3 here

  2. Create a .env file and enter your API key

YOUTUBE_API_KEY=YOUR_API_KEY
  1. Start a dev environment
npm run dev

Built With

The following frameworks and APIs are core to the application.