Uses Flask, requests, python-dotenv
pip install -r requirements.txt
Create a .env file in the app/ directory and add the following lines with your desired latitude and longitude:
HOME_LATITUDE=XX.XXX
HOME_LONGITUDE=YY.YYY
Replace XX.XXX and YY.YYY with your actual latitude and longitude when you're ready to use them.
Run it from the main directory using:
python run.py