An open API service indexing awesome lists of open source software.

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.

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
```