ground-stop
v0.1.2
Published
Client for the FAA's Airport Status API
Downloads
9
Maintainers
Readme
ground-stop
Client for the FAA's Airport Status API.
Usage
var GroundStop = require('ground-stop');
GroundStop.fetch({airport: 'ORD'}, function(err, status){
// do something interesting
});