Skip to content

Instantly share code, notes, and snippets.

@scottcorgan
Created November 19, 2013 23:34
Show Gist options
  • Save scottcorgan/7554535 to your computer and use it in GitHub Desktop.
Save scottcorgan/7554535 to your computer and use it in GitHub Desktop.
Fasten.io embed
var fasten = Fasten.connect('your/fasten/hook/path', 'some_crazy_long_token_from_fasten');
fasten.hook(function (data) {
// Do amazing stuff here!
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment