geoip icon indicating copy to clipboard operation
geoip copied to clipboard

Free and easy geoip API thanks to Cloudflare and Heroku.

Free and easy geoip API thanks to Cloudflare and Heroku.

With jQuery:

$.getJSON("https://geoip.jasonling.com/",function(a){alert(a)});