Simple Twilio app to send and list SMS.
Demo:
- Copy
config/keys.example.yml
toconfig/keys.yml
- Insert all settings:
- Twilio credentials
- Your twilio from number
- Choose username and password to access the app via basic auth.
bundle install
rails/server
- visit http://localhost:3000