JSPM

skyscanner

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q39113F
  • License MIT

Skyscanner API for Node.js

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

NPM version Build Status Dependency Status

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