Skip to content

Instantly share code, notes, and snippets.

@earth2marsh
Created February 8, 2013 23:20
Show Gist options
  • Save earth2marsh/4742777 to your computer and use it in GitHub Desktop.
Save earth2marsh/4742777 to your computer and use it in GitHub Desktop.
$(document).ready(function () {
//first set the org / app path (must be orgname / appname or org id / app id - can't mix names and uuids!!)
var client = new Usergrid.Client({
orgName:'caurelio',
appName:'sandbox',
logging: true, //optional - turn on logging, off by default
buildCurl: true //optional - turn on curl commands, off by default
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment