Skip to content

Programmatically let guests into your apartment building

Notifications You must be signed in to change notification settings

jcody/apartment-buzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automagic Apartment Buzzer

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.

Setup

Copy .env.sample to .env, adding your own Twilio phone number and API credentials.

$ bundle install
$ heroku create
$ git push heroku master

Landlord Home

Toggle 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=false

Alternatively, setting LANDLORD_HOME=true will forward the buzzer call to the number set in the RESIDENT_PHONE_NUMBER environment variable.

About

Programmatically let guests into your apartment building

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages