@ryanburnette/get-taf
v1.2.1
Published
Scrape TAF from AviationWeather.gov.
Downloads
8
Readme
get-taf
Scrape TAF from AviationWeather.gov.
Installation
npm install @ryanburnette/get-taf
Usage
var getTaf = require('@ryanburnette/get-taf');
(async function () {
var taf = await getTaf(process.argv[2] || 'KSRQ');
console.log(JSON.stringify(taf));
})();
Try the demo and pipe it to jq for easier reading.
node demo.js KSRQ | jq