kernjackson / appointment-reminders-rails

A working Appointment Reminders sample built in Ruby on Rails

Home Page:https://www.twilio.com/docs/tutorials/walkthrough/appointment-reminders/ruby/rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appointment Reminders

godfather appointment

Use Twilio to create automatic appointment reminders for your businesses users.

Read the full tutorial here!

Running the application

Clone this repository and cd into the directory then.

$ bundle install
$ rake db:create db:migrate
$ export TWILIO_ACCOUNT_SID=your account sid
$ export TWILIO_AUTH_TOKEN=your auth token
$ export TWILIO_NUMBER=+16515559999
$ rake test
$ rails server

Then visit the application at http://localhost:3000/

Deploy to Heroku

Hit the button!

Deploy

Dependencies

This application relies heavily on these awesome third-party gems:

  • twilio-ruby
  • delayed_job
  • twitter-bootstrap-rails

Please visit these libraries and pay your respects.

About

A working Appointment Reminders sample built in Ruby on Rails

https://www.twilio.com/docs/tutorials/walkthrough/appointment-reminders/ruby/rails


Languages

Language:HTML 58.4%Language:Ruby 39.1%Language:CSS 1.1%Language:JavaScript 0.9%Language:CoffeeScript 0.4%