Skip to content

Instantly share code, notes, and snippets.

@RobertShippey
Created July 7, 2012 04: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 RobertShippey/3064572 to your computer and use it in GitHub Desktop.
Save RobertShippey/3064572 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="http://api.geoloqi.com/js/geoloqi.min.js"></script>
<script type="text/javascript">
geoloqi.init();
geoloqi.auth = {'access_token': 'ecfd-02969442b655bda83da16a6abab0fea5b4f44dc3'};
function getLastLocation() {
geoloqi.get('place/nearby', function(result, error) {
document.write(response.places.name);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment