ip-location-api-jquery-sdk
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "ip-location-api-jquery-sdk", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "JQuery SDK for IP Location API](https://ipwhois.io/documentation). You can use this SDK to Geolocate an IP address.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -65,3 +65,3 @@ # IP Location API JQuery SDK | ||
var ipwhois = request_ipwhois(ipaddress); | ||
alert("Country: " + ipwhois.country); | ||
alert("Country: " + ipwhois.country); | ||
alert("City: " + ipwhois.city); | ||
@@ -68,0 +68,0 @@ alert("Region: " + ipwhois.region); |
3788