Skip to content

Instantly share code, notes, and snippets.

@pifantastic
Created September 6, 2011 20:48
Show Gist options
  • Save pifantastic/1198910 to your computer and use it in GitHub Desktop.
Save pifantastic/1198910 to your computer and use it in GitHub Desktop.
beard()
.get('http://google.com/secrets/algorithms/search.txt')
.done(function(algorithm) {
// omg hax
})
.fail(function(error) {
console.log('There was an error!', error)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment