Skip to content

Instantly share code, notes, and snippets.

@dtinth
Last active December 18, 2015 04:49
Show Gist options
  • Save dtinth/5727791 to your computer and use it in GitHub Desktop.
Save dtinth/5727791 to your computer and use it in GitHub Desktop.
How To Synchroscope
<!-- synchroscope stuff -->
<script src="https://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js"></script><!-- optional -->
<script src="https://synchroscope.herokuapp.com/socket.io/socket.io.js"></script>
<script src="https://synchroscope.herokuapp.com/sync.js"></script>
<!-- end synchroscope stuff -->
$ync($scope, ['keys_to_sync'], 'https://synchroscope.herokuapp.com/synchroscope#roomName');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment