Skip to content

reimertz/geo-location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geo-location

A very simple curl service for getting your location based on your ip.

$ curl 'https://geo-location.api.reimertz.co'

{
   "as":"XXXX CHALMERS",
   "city":"Ringoen",
   "country":"Sweden",
   "countryCode":"SE",
   "isp":"Chalmers University Network",
   "lat":57.7167,
   "lon":11.9667,
   "org":"Chalmers University Network",
   "query":"129.XX.XX.XX2",
   "region":"O",
   "regionName":"Västra Götaland",
   "status":"success",
   "timezone":"Europe/Stockholm",
   "zip":"4XX 06"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published