Skip to content

Instantly share code, notes, and snippets.

@markhealey
Last active August 29, 2015 14:02
Show Gist options
  • Save markhealey/11109e5a900e783019a6 to your computer and use it in GitHub Desktop.
Save markhealey/11109e5a900e783019a6 to your computer and use it in GitHub Desktop.
OpenF2.org
<script src="//cdnjs.cloudflare.com/ajax/libs/F2/1.3.3/f2.min.js"></script>
<script>
(function(){
F2.init();
F2.registerApps({
appId: 'com_openf2_examples_javascript_helloworld',
manifestUrl: 'http://docs.openf2.org/demos/apps/JavaScript/HelloWorld/manifest.js'
});
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment