npm.io
0.0.8 • Published 6 years ago

decolarjs

Licence
ISC
Version
0.0.8
Deps
2
Size
11 kB
Vulns
0
Weekly
0

DecolarJS

Installation

npm i decolarjs

Features

Fligths
  • One way
  • Round trip
  • Multi city
Accommodations

coming soon

Cars

coming soon

Usage

	const decolar = require("decolarjs");
	let  origin = "MIA"  // IATA AIRPORT CODE
	let  destination = "LAX"  // IATA AIRPORT CODE
	let  date = "2020-03-10"  // YYYY-MM-DD
	let  options = {
					minResults:  5,
					currency:  "USD"  // Supported Currencies -> BRL ARS USD CLP COP CRC
					} // Optional
	decolar.fligths.oneWay(origin,destination,date,options).then(console.log);

JSON response example HERE