Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (33 loc) · 1.01 KB

apartment-finder

Usage

  • Create a config.json and put it in the root folder
{
  "email": {
    "from": "your-replyto-address",
    "to": ["your-email-address"],
    "sendgridApiKey": "your-sendgrid-api-key"
  }
}
npm install
  • Run
node index.js

Using scrape feature (for extra images and filtering)

curl -O http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar
java -jar -Dwebdriver.chrome.driver=$(pwd)/chromedriver selenium-server-standalone-2.53.1.jar