An open API service indexing awesome lists of open source software.

https://github.com/michalswi/geolocator

Check your location
https://github.com/michalswi/geolocator

geolocation golang location python selenium

Last synced: about 2 months ago
JSON representation

Check your location

Awesome Lists containing this project

README

          

## geolocator

```
go run main.go
```

Once you get location you can use it Latitude and Longitude.

```
cd selenium/
python3 -m venv geoloc
source geoloc/bin/activate

python3 geoloc.py '28.475492 -80.558464'
python3 geoloc.py 28.475492 -80.558464
```