Store all apartments and get notified by email when a new one pops up.
npm install
- Create a file with the name
credentials.json
and fill it as follows. This is the account that will send the mail.
{
"user":"[email protected]",
"pass":"yourpassword"
}
- Create a file with the name
recipients.json
and fill it as follows. These are the accounts that will recieve the mails.
[
{
"email":"[email protected]"
},
{
"email":"[email protected]"
}
]
npm start