skyscanner
v0.1.0
Published
Skyscanner API for Node.js
Maintainers
Readme
Skyscanner's public API for Node.js.
Install
$ npm install --save skyscannerUsage
var Skyscanner = require('skyscanner');
var s = new Skyscanner();
s.destinations('US', 'US');
s.calendar('DFWA', 'LHR');
s.autosuggest('dallas fort worth');See the tests for more info.
Testing
Run tests with grunt.
License
MIT © Ian Macalinao
