2.0.2 • Published 6 years ago

evw-ffs v2.0.2

Weekly downloads
25
License
-
Repository
github
Last release
6 years ago

EVW flight forecast service integration

evw-ffs npm

Run

To spin up a stub version of the evw flight forecast service:

  node ./node_modules/.bin/evw-ffs

Query

To query either the stub or the real service:

const flightLookup = require('evw-ffs').flightLookup;

flightLookup
  .findFlight('ku101', '2017-06-09')
  .then(data => {
   // do what you want with flight data
  }).catch(error => {
    console.error('oh noes', error);
  });
2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago