Programmatically let guests into your apartment building without having to answer your buzzer, or worse, go downstairs to open the door. Add a little flair with a welcome message for guests and even get text alerts that a guest has arrived.
Copy .env.sample to .env, adding your own Twilio phone number and API credentials.
$ bundle install
$ heroku create
$ git push heroku masterToggle to forward call directly to your cell phone if your landlord will be testing the buzzer. If set to false, it will automagically let your guests in.
Set with heroku config vars:
heroku config:set LANDLORD_HOME=falseAlternatively, setting LANDLORD_HOME=true will forward the buzzer call to the number set in the RESIDENT_PHONE_NUMBER environment variable.