Skip to content

Instantly share code, notes, and snippets.

@jedahan
Created October 13, 2012 18:04
Show Gist options
  • Select an option

  • Save jedahan/3885589 to your computer and use it in GitHub Desktop.

Select an option

Save jedahan/3885589 to your computer and use it in GitHub Desktop.
cosmlight
<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