evw-ffs

2.0.2 • Public • Published

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);
  });

Readme

Keywords

none

Package Sidebar

Install

npm i evw-ffs

Weekly Downloads

9

Version

2.0.2

License

none

Last publish

Collaborators

  • -ralph
  • davet1985