The current version uses two remote services to collect the geolocation of the device and the current timezone after connecting to the local WLAN.
If you want to run your own local server you can use this reimplementation.
Note! The geolocation only delivers one location, and the timezone offset is just based on the local location.
pipenv install
pipenv shell
python main.py
docker build -t vikru/location-api-server-local .
docker run -p 80:80 -t vikru/location-api-server-local
Content type
Image
Digest
Size
398.2 MB
Last updated
almost 6 years ago
docker pull vikru/location-api-server-local