Skip to content

Instantly share code, notes, and snippets.

@mckrava
Created August 7, 2017 09:41
Show Gist options
  • Save mckrava/efe50fbc9983cf574feacfdbb62ec615 to your computer and use it in GitHub Desktop.
Save mckrava/efe50fbc9983cf574feacfdbb62ec615 to your computer and use it in GitHub Desktop.
Get user location by ip
$.get("https://ipinfo.io", function(response) {
console.log(response);
current_country = response.country;
}, "jsonp");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment