Metar Feed

METAR weather for an ICAO station via aviationweather.gov. Fetches server-side on render (cached), refreshes client-side every refresh seconds. Publishes {wind, temp, qnh, raw} to the named feed. Visual atoms bind to it by name and receive updates without a page reload.

Surfaces
apps-script-web
Fields
FieldType
namestring. Feed name other atoms subscribe to. Default metar.optional
stationstring. ICAO station code. Default LFBO.optional
refreshinteger. Client refresh interval seconds. Default 60.optional
cacheinteger. Server-side cache TTL seconds. Default 30.optional
Example payload
{
  "type": "metar_feed"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:metar_feed",
  "displayName": "Metar Feed",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/metar_feed",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "METAR weather for an ICAO station via aviationweather.gov. Fetches server-side on render (cached), refreshes client-side every refresh seconds. Publishes {wind, temp, qnh, raw} to the named feed. Visual atoms bind to it by name and receive updates without a page reload.",
  "representativeQueries": [
    "show a live METAR weather feed \u2014 parsed wind, temp, QNH for an ICAO station",
    "metar weather for an icao station via aviationweather.gov. fetches server-side on render (cached), r",
    "render a metar feed"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →