README
NPM version">
Skyscanner's public API for Node.js.
Install
$ npm install --save skyscanner
Usage
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