Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tynandebold/secret-flyer-scraper
Get the first few flight deals on the Secret Flyer website via the command line so we don't have to look at that awful page.
https://github.com/tynandebold/secret-flyer-scraper
flight-prices javascript nodejs npm npm-package secret-flyer-scraper web-scraper web-scraping
Last synced: about 1 month ago
JSON representation
Get the first few flight deals on the Secret Flyer website via the command line so we don't have to look at that awful page.
- Host: GitHub
- URL: https://github.com/tynandebold/secret-flyer-scraper
- Owner: tynandebold
- Created: 2019-02-10T17:57:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T12:49:08.000Z (about 2 years ago)
- Last Synced: 2024-12-13T20:56:21.955Z (about 1 month ago)
- Topics: flight-prices, javascript, nodejs, npm, npm-package, secret-flyer-scraper, web-scraper, web-scraping
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/secret-flyer-scraper
- Size: 112 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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
```sh
$ npm install -g secret-flyer-scraper
```## Usage
```sh
# Fetch some Secret Flyer flight deals for the default location (which is set to Copenhagen, since that's where I live)
$ secretflyer# ...or a specific place
$ secretflyer --location=zurich# ...or a region
$ secretflyer --location=asia# You'll need quotes if the name contains a space
$ secretflyer --location='new york'
```That's it. Enjoy!