Synchronized Video Viewing

July 16, 2016

The project is a Youtube implementation of the Showgoers Plugin used for viewing Netflix videos together. The video seek, play & pause features are synchronized across all users and Firebase is used to ensure that Synchronization is seamless. These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisities

You will npm installed in your system. You can find it here. Once you have npm run the below commdands.

git clone https://github.com/maddy87/videosync.git
cd videosync
npm install

This will download the necessary packages under node_modules folder

Launch Application

Once all the packages are downloaded you can run the command

node app.js

You can launch the application by hitting the url http://localhost:8080/ Any of your friends running the same application will have their youtube players synced.

Talk is cheap, Show me the Code

You can find the latest version of the code here

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details