sms-pager/README.md

23 lines
649 B
Markdown

# SMS Pager
A simple app to send sms messages with [twillio](https://www.twilio.com/).
## Configure
- set up twilio account
- create google apps oauth app
### Secrets file:
`config/application.yml` is read at boot and shoves the values into `ENV`.
1. Copy `config/application.yml.sample` and rename to `config/application.yml`.
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
- milestone 1.0.0
- decent UX
- application log
- task runner - delayedjob or sidekiq or activerecord newness?