Last active
December 11, 2018 05:05
-
-
Save Adamsimsy/921f295f7b85accd4801f7647fcb8f70 to your computer and use it in GitHub Desktop.
Sitecore Geolocation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"continent": { | |
"name": "North America", | |
"code": "NA" | |
}, | |
"country": { | |
"name": "United States", | |
"isoCode": "US" | |
}, | |
"city": "Atlanta", | |
"longitude": "-84.3783", | |
"latitude": "33.8822", | |
"timeZone": "America/New_York", | |
"postCode": "30342", | |
"subDivisionIsoCode": [ | |
"GA" | |
], | |
"isAnonymousProxy": false, | |
"metroCode": "524", | |
"isp": "Comcast Cable", | |
"prganization": "Comcast Cable", | |
"domain": "comcast.net" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"continent":{ | |
"name":"Oceania", | |
"code":"OC" | |
}, | |
"country":{ | |
"name":"Australia", | |
"isoCode":"AU" | |
}, | |
"city":"Docklands", | |
"longitude":144.9505, | |
"latitude":-37.8149, | |
"timeZone":"Australia/Melbourne", | |
"postCode":"3008", | |
"subDivisionIsoCode":[ | |
"VIC" | |
], | |
"isAnonymousProxy":false, | |
"metroCode":"", | |
"isp":"Australian Academic and Reasearch Network (AARNet)", | |
"organization":"Australian Academic and Reasearch Network (AARNet)", | |
"domain":null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment