UNPKG

pilotweather

Version:

Node.js app to get the airport status for any major U.S. airport, including known delays and weather data from NOAA.

31 lines (30 loc) 818 B
{ "name": "pilotweather", "version": "0.1.6", "bin" : "./app.js" , "description": "Node.js app to get the airport status for any major U.S. airport, including known delays and weather data from NOAA.", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/kenwalger/pilotweather.git" }, "keywords": [ "Node", "airport", "weather", "NOAA", "JSON" ], "scripts" : { "bin_test" : "pilotweather PDX" }, "author": "Ken W. Alger", "email" : "kenalger@comcast.net", "url" : "http://www.kenwalger.com", "license": "MIT", "bugs": { "url": "https://github.com/kenwalger/pilotweather/issues" }, "homepage": "https://github.com/kenwalger/pilotweather#readme" }