1.2.1 • Published 4 years ago

@ryanburnette/get-taf v1.2.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

get-taf

repo npm

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
1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

6 years ago

1.0.0

6 years ago