https://github.com/guilhermebkel/flight-price-comparator
This app makes an automatized computer searching for the best flight promotions all the night long and automatically buy a ticket when it is cheap enough.
https://github.com/guilhermebkel/flight-price-comparator
automation node price-tracker puppeteer react webscraping
Last synced: 7 months ago
JSON representation
This app makes an automatized computer searching for the best flight promotions all the night long and automatically buy a ticket when it is cheap enough.
- Host: GitHub
- URL: https://github.com/guilhermebkel/flight-price-comparator
- Owner: guilhermebkel
- Created: 2019-03-24T16:54:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T14:02:08.000Z (about 6 years ago)
- Last Synced: 2025-01-21T14:45:38.821Z (9 months ago)
- Topics: automation, node, price-tracker, puppeteer, react, webscraping
- Language: JavaScript
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flight Price Comparator
I've made this app in order to automatize the action of comparing flight prices all over the night (since there are no service that offers it) and plus, to automatically make a buying of a ticket when it its cheap enough.
## Dependencies
```npm install```## Run
```
npm start # runs the local client
npm run test # runs the web scrap script
```