Skip to content

rcmlee99/letmein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages