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