Skip to content

Node.js wrapper for aviation weather, written in TypeScript

License

Notifications You must be signed in to change notification settings

samarmeena/aviationweather

Repository files navigation

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