All Projects → macalinao → node-skyscanner

macalinao / node-skyscanner

Licence: MIT license
Skyscanner's public API for Node.js.

Programming Languages

javascript
184084 projects - #8 most used programming language

node-skyscanner

Skyscanner's public API for Node.js.

NPM version Build Status Dependency Status

Install

$ npm install 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].