Skip to content

Watch YouTube videos together with your friends

Notifications You must be signed in to change notification settings

Aidenir/watch2g4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watch2g4

Watch YouTube videos together with your friends

A simple web page made with Express, Node.js and Google's YouTube IFrame API https://developers.google.com/youtube/iframe_api_reference

Setup

Install Node.js

I recommend using NVM for being able to use different Node.js versions across different projects. https://github.com/nvm-sh/nvm#installation-and-update

Make sure to install version node

$ nvm install node

You can confirm which version you are on by running

$ nvm ls

Switch between nvm verstions by running nvm use <version>, so nvm use node

Insall all Node packets

$ npm install

Get Nodemon

$ npm install -g nodemon

Run web server and socket

Web server

$ npm start

Web Socket sever

$ npm run ws

About

Watch YouTube videos together with your friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.0%
  • HTML 8.1%
  • CSS 5.9%