Tool that grabs METAR/TAF information, formats it, and displays it on a Vestaboard.
I'm using this project to learn Python, don't expect professional-grade programming.
Run the pre-built docker container realmlist/metarboard or build it yourself.
services:
metarboard:
image: realmlist/metarboard:latest
restart: unless-stopped
ports:
- "5000:5000"
environment:
- FLASK_ENV=production
- TZ=Europe/Amsterdam
- API_KEY=<your_read_write_api_key_here>
command: python app.py