Create lobbies to synchronize Netflix viewing among multiple clients through this Chrome extension
- Suggest new ideas/submit issues
- I will accept pretty much all pull requests initially
- Be sure to run
npm install
- To build the extension run
npm run build
- To build the extension and run the server
npm run dev
- To run the server exclusively
npm run start
constants.js
contains a variableWS_URL
that represents your websocket server URL- Modify that variable, then re-build the extension
- You should be able to deploy the server and extension now
- Navigate to chrome://extensions
- Click on "Load unpacked extension"
- Select the
build/
folder after building the extension
Check out the WIKI for more help!