Package Exports
- skyscanner
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (skyscanner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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