tupham81 / letmein

Demonstration of the SMS API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Demonstration of the Telstra SMS API

A sample application to illustrate how you might use the Telstra API to send an SMS to someone named Frank, asking him to open a door for you.

The application is written in Ruby, making use of the Sinatra framework.

For simplicity the message is hardcoded, but go ahead and modify it to suit your needs!

This application assumes you have:

To get the application running:

  1. Pull down the source from this repo.
  2. cd letmein
  3. bundle install
  4. ruby myapp.rb
  5. Point your browser to http://localhost:4567/<recipient's number> to send a message to Frank!

About

Demonstration of the SMS API


Languages

Language:Ruby 100.0%