Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
/ doorbell Public archive

Use Twilio to unlock a door buzzer using DTMF tones.

Notifications You must be signed in to change notification settings

Aupajo/doorbell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Doorbell

Use Twilio to unlock a door buzzer using DTMF tones.

Developing

Requires Ruby 2.1+ and Bundler.

Install dependencies:

bundle install

Start a local server:

PASSCODE=1234 bundle exec shotgun

Deploying

To Heroku:

heroku create
heroku config:set PASSCODE=1234
git push heroku master

Configuring Twilio

Add a new Programmable Voice phone number.

Set the “A Call Comes In” Webhook to the URL.

About

Use Twilio to unlock a door buzzer using DTMF tones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages