Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`