metar-http-0.0.5: HTTP for METAR
Safe HaskellNone
LanguageHaskell2010

Data.Aviation.Metar.Http

Description

HTTP server exposing METAR observations. Australian aerodromes (ICAO codes beginning with Y) are fetched from BOM; other codes fall back to NOAA.

Synopsis

Documentation

metarHTTP :: IO () Source #

Run metarHTTPapp with Warp, optionally taking a port from the first command-line argument.

metarHTTPapp :: Application Source #

WAI Application serving METAR observations.