SyncWatch is extension for browsers which lets you watch videos together with friends synchrounosly.
![]() |
![]() |
![]() |
---|
- Install extension.
- Click on plugin icon.
- Write your name and room name. (If room is not exist it will be created)
- Click 'connect'.
- Share name of the room with friends. They must follow this instruction (1-4 steps).
- Go to the page where video is located.
- Click 'share' to send link in room.
- Other in room should open this link.
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/Semro/syncwatch.git
- Move to the project directory
cd syncwatch
- Install NPM packages
npm ci
- Run the server
npm run start
- Run the server on other port
npx cross-env PORT=8080 node server.js
- Determine an ISO language code such as
en
referring to kLanguageInfoTable. - Add a column to locales.csv with language code at the top cell.
- Add translated messages in following cells.
- Generate localized files with
npm run locales
(optional step, you can just pull request .csv file).