Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethgeorge/harmonysync
a chrome extension for synchronizing video playback
https://github.com/garethgeorge/harmonysync
Last synced: about 1 month ago
JSON representation
a chrome extension for synchronizing video playback
- Host: GitHub
- URL: https://github.com/garethgeorge/harmonysync
- Owner: garethgeorge
- Created: 2020-09-09T06:00:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T08:20:39.000Z (about 4 years ago)
- Last Synced: 2024-08-13T02:47:37.400Z (5 months ago)
- Language: JavaScript
- Size: 780 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
![sync_chrome_ext](https://github.com/garethgeorge/harmonysync/workflows/sync_chrome_ext/badge.svg)
## Chrome Extension
```
cd sync_chrome_ext
npm install
gulp
npm test
```then click index.html to test (note: you will need to start the sync service first)
## Sync Service
```
cd sync_service
npm install
gulp
```to start the service run `npm start`