node-skyscanner

Skyscanner's public API for Node.js.

MIT License

Stars
17

node-skyscanner

Skyscanner's public API for Node.js.

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

Badges
Extracted from project README
NPM version Build Status Dependency Status