Skip to content

Instantly share code, notes, and snippets.

@etoxin
Last active May 9, 2016 23:42
Show Gist options
  • Save etoxin/b88170f60eeb412f5bf0 to your computer and use it in GitHub Desktop.
Save etoxin/b88170f60eeb412f5bf0 to your computer and use it in GitHub Desktop.
Geolocation logging
$.ajax({
url: "https://api.mongolab.com/api/1/databases/geolocation/collections/boom?apiKey=XXXXXXXXXXXXXXXXXX",
type: "POST",
data: JSON.stringify( object ),
contentType: "application/json"
}).done(function( msg ) {
console.log(msg);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment