Skip to content

Instantly share code, notes, and snippets.

@nhindman
Created October 20, 2015 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhindman/ef047ffce2d6905be2d3 to your computer and use it in GitHub Desktop.
Save nhindman/ef047ffce2d6905be2d3 to your computer and use it in GitHub Desktop.
<script>
$urx.setApiKey("Rd1519_TuwzGQZkbDtQESD9gOKlOb6tN2NX9KsMbntOiAaybLRWUAnsNlA_ZpHE=.Rd1519_TuwzGQZkbDtQESD9gOKlOb6tN");
var domainFilter = " domain:lyft.com"
$urx.search(domainFilter, function(response) {
var searchResult = response.results[0];
}, function(req, errorMessage){
// SEARCH FAILURE HANDLER
console.log(errorMessage);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment