Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 340 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 340 Bytes

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