aviationweather - Fetch aviation weather data Node.js engine for global aviation weather. Written with typescript. Examples import { getMetar } from "aviationweather"; getMetar({ ids: "KJFK", format: "json" }).then(({ data }) => console.log(data)); Help or support Join discord server