sms-pager/README.md

23 lines
649 B
Markdown
Raw Permalink Normal View History

2015-09-12 15:37:05 -05:00
# SMS Pager
2015-10-07 22:03:31 -05:00
A simple app to send sms messages with [twillio](https://www.twilio.com/).
2015-09-12 15:37:05 -05:00
## Configure
2015-10-23 19:57:32 -05:00
- set up twilio account
- create google apps oauth app
2015-09-12 15:37:05 -05:00
### Secrets file:
`config/application.yml` is read at boot and shoves the values into `ENV`.
2015-09-12 15:37:05 -05:00
1. Copy `config/application.yml.sample` and rename to `config/application.yml`.
2015-09-12 15:37:05 -05:00
2. Edit file and set/define as many secrets as you need. The sample file has the minimum expected keys.
3. Make *ABSOLUTE* certain that this file is not checked into your repository.
## TODO
2015-10-23 19:57:32 -05:00
- milestone 1.0.0
- decent UX
- application log
- task runner - delayedjob or sidekiq or activerecord newness?