Skip to content

macalinao/node-skyscanner

Repository files navigation

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

About

Skyscanner's public API for Node.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published