Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@danielmoraes/fly

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@danielmoraes/fly

Airfare search engine for Node.js.

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

fly
Fly

Airfare search engine for Node.js.

npm version npm downloads Standard - JavaScript Style Guide


Install

To install Fly for use in Node.js with require('@danielmoraes/fly'), run:

npm install @danielmoraes/fly

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

npm install @danielmoraes/fly-cli -g

Usage

In Node.js
import { findLowestFares } from '@danielmoraes/fly'

findLowestFares('sao', 'rio', '2019-01-01')
  .then(response => { console.log(response) }
As a command line app

Fly is also available as a command line app. Here's how to use it:

$ npm install @danielmoraes/fly-cli -g
$ fly-cli --help

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.

FAQs

Package last updated on 19 Nov 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc