1.0.0 • Published 5 years ago

secret-flyer-scraper v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

secret-flyer-scraper

Get the first few deals on the Secret Flyer website via the command line so we don't have to look at that awful page.

Installation

$ npm install -g secret-flyer-scraper

Usage

# Get some Secret Flyer flight deals for the default location (Copenhagen, where I live)
$ secretflyer

# Get some Secret Flyer flight deals for a specific place
$ secretflyer --location=zurich

# You'll need quotes if the name contains a space
$ secretflyer --location='new york'

# Get some Secret Flyer flight deals for a region
$ secretflyer --location=asia

That's it. Enjoy!