Last active
December 18, 2015 04:49
-
-
Save dtinth/5727791 to your computer and use it in GitHub Desktop.
How To Synchroscope
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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 --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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