UNPKG

kayak-scraper

Version:

This is a library that you can use to get flight information from kayak.

6 lines (4 loc) 164 B
var path = require('path'); var kayak = require(path.join(__dirname, "lib/kayakScraper.js")); // export whatever the kayak library exports module.exports = kayak;