2015-09-12 15:37:05 -05:00
|
|
|
# SMS Pager
|
|
|
|
|
|
|
|
A simple api to send sms messages with [twillio](https://www.twilio.com/).
|
|
|
|
|
|
|
|
## Configure
|
|
|
|
|
|
|
|
### Secrets file:
|
|
|
|
|
|
|
|
`config/secrets.yml` is read at boot and shoves the values into `ENV`.
|
|
|
|
|
|
|
|
1. Copy `config/secrets.yml.sample` and rename to `config/secrets.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
|
|
|
|
|
2015-09-20 22:30:44 -05:00
|
|
|
* page person
|
|
|
|
* active class on main navs
|
2015-09-12 15:37:05 -05:00
|
|
|
* sorcery or a lower oauth solution
|
|
|
|
* application log
|
|
|
|
* app version file - milestone 0.9.0
|
|
|
|
* task runner - delayedjob or sidekiq or activerecord newness?
|
|
|
|
* milestone 1.0.0
|