Skip to content

Realmlist/Metarboard

Repository files navigation

Metarboard

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.

Installation & usage

Run the pre-built docker container realmlist/metarboard or build it yourself.

Docker compose:

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

About

Tool that grabs METAR information, formats it, and displays it on a Vestaboard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published