Skip to content

jcody/apartment-buzzer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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