Socket
Book a DemoInstallSign in
Socket

yolo-tips

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yolo-tips

Cheap Flight Suggester, that suggests you weekend trips based on the cheapest deals it finds using SkyScanner.

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
8
33.33%
Maintainers
3
Weekly downloads
 
Created
Source

yolo-tips

Cheap Flight Suggester, that suggests you weekend trips based on the cheapest deals it finds using SkyScanner.

cli

usage

npm install yolo-tips -g

yolo-tips --origin LIS --weeks 2 --max 50

available options

-c, --currency       currency
-w, --weeks          weeks
-o, --origin         origin
-d, --destination    destination
-m, --max            max price

module

const yolo = require('yolo-tips')

const options = {
  origin: 'LIS',
  weeks: 2,
  max: 500,
  destination: 'EVERYWHERE'
}

yolo(options, (err, results) => {
  if (err) {
    return console.error(err)
  }

  console.log(JSON.stringify(data, null, 2))
})

Keywords

yolo

FAQs

Package last updated on 11 Oct 2015

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