Skip to content

Instantly share code, notes, and snippets.

@dannycroft
Created April 27, 2017 12:35
Show Gist options
  • Save dannycroft/f080027abe593b6670c834a968586c89 to your computer and use it in GitHub Desktop.
Save dannycroft/f080027abe593b6670c834a968586c89 to your computer and use it in GitHub Desktop.
fetch('//freegeoip.net/json/').then(r => r.json()).then(r => console.log(r));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment