Skip to content

Repository files navigation

Whether Weather

In-progress weather tool that renders an image for a home screen widget.

See the image hosted for free on fly.io: server

Dev Flow

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

python app.py

Then see widget docs for how to use the image in a widget.

Running locally

Uvicorn is a ASGI server:

python -m uvicorn app:app --host 0.0.0.0 --port 8000 --reload

Insider docker:

docker build -t whetherweather .
docker run -p 8000:8000 whetherweather

Tasks

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages