Flow APIs

METARs

Get from a specific station

this.$api.weather.find_metar_by_icao(icao, (metar_callback) => {
    // metar here
})

icao: (String) ICAO of the station to look for.
metar_callback(Object): Result of the search will be returned here. Null if nothing was found.

Get from the closest station

this.$api.weather.find_metar_from_coords(lat, lon, (metar_callback) => {
    // metar here
})

lon, lat: (Number) Coordinates
metar_callback(Object): Result of the search will be returned here. Null if nothing was found.

Community of Makers

Our Discord has evolved into a vibrant hub for widget creators. Seek answers to your questions, and showcase your innovative widgets to a community of passionate makers.