- Clone the project and open the file, application.properties located at src/main/resources
- Change the following two fields to use your own email account used to send alert emails/texts to yourself. (This can be the same account that you want to receive alerts on)
spring.mail.username=USERNAME
spring.mail.password=PASSWORD
- Open the application.properties file located at config/ and update the configuration to monitor the items you are looking for and input your email and phone number to receive alerts.
- Run the app!