Skip to content

Bash Script for Linux that implements Google's Geolocation API

License

Notifications You must be signed in to change notification settings

teganburns/Geolocation-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Geolocation API

Shell Script for Linux that implements Google's Geolocation API.

Overview

Get an API key from Google. Replace the "api_key" variable in the script. Execute the script with root permissions ( root permissions are required because of iw ). The script will return a Google Maps URL with the latitude and longitude that was returned from the API.

The script is fairly well documented so feel free to take it apart and use in something else.

Depends

Additional Sources

https://developers.google.com/maps/documentation/geolocation/intro

About

Bash Script for Linux that implements Google's Geolocation API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages