Free geolocation service

Just shoot a get request to http://free-geolocation.appspot.com/geo from client's javascript.

For example:
$.get('http://free-geolocation.appspot.com/geo', function(data){ // data is the user's location })



This is your location:

(Waiting for ajax response...)