Skip to content

VAIBHAV7500/lets_binge

Repository files navigation

Lets Binge

GitHub version

Let's Binge is a video platform which allows user to watch videos in Sync. We support a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia, Mixcloud, DailyMotion and Kaltura.

Prerequisites

  • FireBase Account

Usage

  • Clone Repository

  • Install NPM Packages

    npm install  # or yarn install
  • Copy Config

    cp ./src/config/index.sample.js ./src/config/index.js
  • Update Firebase Configuration in Config File

  • Run Project

    npm start