0.0.4 • Published 7 years ago

@danielmoraes/fly-cli v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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.

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago