Gets location information given an address.
Go to https://developer.mapquest.com/documentation/ and get an API key.
What things you need to install the software and how to install them.
awk
curl
jq
sed
git clone git@github.com:fhenriquez/geolocate_bash.git
Usage: geolocate "location" [options]
Description: Gathers location information given a named location or zip code.
required arguments:
<location> Location name.
optional arguments:
-c|--coordinates Only print coordinates Lat and Lng.
-h|--help Show this help message and exit.
-u|--url Print URL for MapQuest (no longer provided by api).
-v, --verbose Verbosity.
-v info
-vv debug
-vv bash debug
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Franklin Henriquez - Initial work - fhenriquez
See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License - see the LICENSE.md file for details