app | ||
bin | ||
config | ||
db | ||
lib | ||
public | ||
test | ||
vendor/assets | ||
.gitignore | ||
.haml-lint.yml | ||
.rubocop.yml | ||
.scss-lint.yml | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
Guardfile | ||
Rakefile | ||
README.md | ||
version.md |
SMS Pager
A simple app to send sms messages with twillio.
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
.
- Copy
config/application.yml.sample
and rename toconfig/application.yml
. - Edit file and set/define as many secrets as you need. The sample file has the minimum expected keys.
- 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?