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
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
$ npm install
$ npm install -g nodemon
$ npm start
$ npm run ws