SkydiveWx app developed in Python with the Plotly Dash framework.
To build the package, run the following command:
pip install .
For development and to view any live changes, run the app locally with the following command:
Note: If changes do not appear on refresh, please delete all /build
and *.egg-info
files, then rebuild the package.
python src/skydivewx/app.py
Make sure that the following environment variables are exported:
GOOGLE_ANALYTICS_ID
: ID of your Google Analytics propertyEMAIL_SENDER_USERNAME
: Email username to send error reportsEMAIL_SENDER_PASSWORD
: Email password to send error reports