Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 519 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 519 Bytes

Youtube Player App

An application built with Socket IO that enables users to watch youtube videos synchronously

Tutorial

Clone the repo and change into the cloned project's directory

Install all dependencies...

npm install

Start the server...

node app.js

In a browser, navigate to port 3000 on the computer's local IP address (http://localhost:3000/)
To select the video you want to watch, go to youtube and get the video's id (after the "?v=" in the url)

HAVE FUN!!!