Skip to content

notify people someone is at the door using Twilio SMS services

Notifications You must be signed in to change notification settings

justthisguy/doorbell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Doorbell

minimum viable product

  • Use case:

one comes to SURF, needs in, texts “door” or “let me in” to xxx.xxx.xxxx.

The message is sent to subscribed numbers.

  • Use case:

one is running an event at SURF and want to get the door messages.

text “add” to xxx.xxx.xxxx and receive door messages.

  • Use case:

one ran an event which is now done. text “remove” to xxx.xxx.xxxx to stop receiving door messages.

Appropriate feedback should be send in reply to above messages.

Additions:

There are a number of additions that could be made: admin page, scheduled additions and removals for recurring meetings, email in addition to txt, .… add an email component.

be able to process an incoming message and send doormen requests. (ie. "reply with door  )

# * User # Create a user # txt creating of user

  • Event

Name - seattleonrails Date - 4/29 Start time - 5p End time - 11p Frequency (weekly, …) - weekly list of reserves

events/‘event’/start events/‘event’/end

  • Admin pages

  • make it attractive

### PERHAPS # More robust door Door DOOR # add & remove safely

allow ‘door seattleonrails’

Add ‘Ping’ => ‘ping is anyone there yet?’ – allows for anonymous reply Add ‘Register’ => ‘register shopobot’ – becomes an adverb for ping Add ‘add to’ and ‘remove from’

Building Doorbell

rails generate scaffold Doorman phone:string rails generate scaffold Event name:string start:datetime duration:int frequency:string reserves:array heroku config:add twilio_account_sid=‘your account sid’ twilio_auth_token=‘your auth token’ rails g bootstrap:themed doormen -f rails g bootstrap:themed events -f

bundle exec rake db:migrate

About

notify people someone is at the door using Twilio SMS services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published