0.0.6 • Published 7 years ago

schiphol v0.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Wrapper for schiphol api

https://developer.schiphol.nl

Experimental! Work in progress...

Example of how to run:

  import Schiphol from 'schiphol';
  // or
  const Schiphol = require('schiphol').default;
  const schiphol = new Schiphol('appId', 'appKey');

  schiphol.getFlights().then(r => {
    console.log(r.result);
  })
0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago