Socket
Socket
Sign inDemoInstall

google-flights-wrapper1

Package Overview
Dependencies
47
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-flights-wrapper1

A simple wrapper for the Google Flights API


Version published
Maintainers
1
Weekly downloads
1

Weekly downloads

Readme

Source

#Google Flights Wrapper1

Installation

npm install google-flights-wrapper1

Usage

var qpx = require('google-flights-wrapper1')(API_KEY_HERE);

qpx.api("1", "EUR5000", "1", "DUB", "GDN", "2016-12-14", function(data){
	//data looks like: [ { Destination: , Origin: , airline: 'Name of airline', arrivalTime: 'Arrival Time', departureTime: 'Departure Time', flightNumber: 'Flight Number', price: 'EUR71.10' } ]
	//for connecting flights it is an array of two flight object.
});

Api Parameters:

adultCount: The number of adults going on the trip.
maxPrice: The max price for the trip. Note: Must be prefixed with currency i.e. EUR.
solutions: The number of possible routes the API should return.
origin: The origin airport code.
destination: The destination airport code.
date: The date of the flight.
fn: A function to access the API response.

Keywords

FAQs

Last updated on 11 Nov 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc