How to get my geolocation in bash
Posted
by icco
on Stack Overflow
See other posts from Stack Overflow
or by icco
Published on 2010-03-13T00:02:56Z
Indexed on
2010/03/13
0:07 UTC
Read the original article
Hit count: 671
I am looking for a good geolocation api to use from bash. I want this call to return at the very minimum the name of the city I am in, and the state.
I imagine that there must be some site I can curl, or some scripting language that has a package that works. The machine does not have a GPS, but it does use wireless internet most of the time if that is needed.
© Stack Overflow or respective owner