danielmoraes / fly-cli

Find cheap flights with ease. From the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fly-cli
Fly CLI

Airfare search engine for the command line.

npm version npm downloads Standard - JavaScript Style Guide


To use Fly from Node.js, see fly.

Install

To install a fly-cli command line app, run:

npm install @danielmoraes/fly-cli -g

Usage

$ fly-cli
Usage:
    fly-cli [command] <options>
Example:
    fly-cli search sao rio 2019-01-01
Commands:
    search <origin> <destination> <date>  Find the lowest fares by source

To make a query:

$ fly-cli search sao rio 2019-01-01
{ sources:
   [ { sourceName: 'Avianca', lowestFare: 169 },
     { sourceName: 'Azul', lowestFare: 187.1 },
     { sourceName: 'Gol', lowestFare: 175.17 },
     { sourceName: 'Latam', lowestFare: 195.84 } ],
  lowestFare: 169 }

License

MIT. Copyright (c) Daniel Moraes.

About

Find cheap flights with ease. From the command line.

License:MIT License


Languages

Language:JavaScript 100.0%