Created
October 13, 2012 18:04
-
-
Save jedahan/3885589 to your computer and use it in GitHub Desktop.
cosmlight
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
| <title>cosmjs - Cosm Javascript Library - Pete Correia</title> | |
| <ul class="demo-streams"> | |
| <li>light <span class="light-stream"></span></li> | |
| </ul> | |
| <script src="js/jquery-1.8.2.min.js"></script> | |
| <script src="js/cosmjs-1.0.0.min.js"></script> | |
| <script> | |
| cosm.setKey( "wFh0zSkJ4L3Znbyv03ujiDdoCDiUczAfVGAHGH6LmkI" ); | |
| $('.light-stream').cosm('live', { feed: 76032, datastream: 'light' }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment