Skip to content

Yoldrim/bostadsformedlingen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bostadsförmedlingen

Store all apartments and get notified by email when a new one pops up.

Setup

  1. npm install
  2. 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"
}
  1. 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]"
   }
]
  1. npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published