Skip to content

asafkotzer/apartment-finder

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published