This application helps you to find "good deals" on different online sites.
Currently supported sites:
- jofogas.hu
- ingatlan.com
- hasznaltauto.hu
Based on Routine you determine the application will scrape the desired sites and check if a new deal is available by the Routine requirements. After collecting the deals the user gets notified several ways.
- Clone the repository:
git clone https://github.com/imdonix/jofogas-watcher.git
cd jofogas-watcher
npm i
- [Optional] Create a new email account with SMTP support.
[!NOTE] I recommend using Zoho, they provide custom domain names and full support for SMTP in their free plan.
- [Optional] Check parameters with:
node ./app.js -h
- Start the application.
node ./app.js --mail_user <USER> --mail_pass <PASS> --mail_host <HOST> --mail_port <PORT>
- Open
localhost:port
nad the password for the Admin user will be the same as--mail_pass