Skip to content

Instantly share code, notes, and snippets.

@andreasoby
Last active October 25, 2018 10:55
Show Gist options
  • Save andreasoby/44d7366afec3bfae7033d1c998f8bc7e to your computer and use it in GitHub Desktop.
Save andreasoby/44d7366afec3bfae7033d1c998f8bc7e to your computer and use it in GitHub Desktop.
geoip2.city(
function(location) {
console.log(location.country);
},
function(error) {
console.log("Error:\n\n" + JSON.stringify(error, undefined, 4) );
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment