SyncWatch is extension for browsers which lets you watch videos together with friends synchrounosly.
Firefox |
Chrome |
Opera |
|---|
- 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/packages/syncwatch-server- Install NPM packages
npm ci- Run the server
npm run start:dev- Run the server on other port
npx cross-env PORT=8080 npm run start:dev- Determine an ISO language code such as
enreferring to kLanguageInfoTable. - Go to locales package folder:
cd packages/syncwatch-locales - 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.csvfile). - To localize store description, make a folder in web-store-assets with a corresponding ISO code.
