Skip to content

mblackgeo/timezone-finder-webapp

Repository files navigation

timezone-finder-webapp

A web front end to find the timezone by clicking on a point on map

Build on:

Quick Guide

To get started quickly simply clone the repository and build and run:

./build.sh && ./run-local.sh

This will start a local instance which can be opened in the browser at http://0.0.0.0:8080

Development

To develop, set up a new clean virtual environment and install the requirements:

mkvirtualenv --python=/usr/bin/python3.7 tzapp
pip3 install -r requirements.txt
pip3 install -r requirements-dev.txt

TODO

Refactor to remove Dash dependency and wrap Leaflet directly.

About

A web front end to find timezones for a given point

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages