The Barista Logo

barista

An i3status alternative in golang

Download sample-bar Download i3status example View on GitHub

METAR Aviation Weather

godoc
import "barista.run/modules/weather/metar"

Provides weather using the METAR API from NOAA Aviation Digital Data Service.

Usage

weather.New(metar.Station("KBFI").Build())

Configuration

weather.New(metar.Station("...").StripRemarks().IncludeFlightCat().Build())