Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 640 Bytes

File metadata and controls

23 lines (19 loc) · 640 Bytes

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