Upgrade to Pro — share decks privately, control downloads, hide ads and more …

SMS and Voice API's

SMS and Voice API's

An introduction to SMS and Voice API's using Tropo, Ruby, and Sinatra.

jonathanhculver

August 15, 2013
Tweet

Other Decks in Programming

Transcript

  1. Build Something Pilot • Git • Ruby • Sinatra –

    Micro Frameworks • Tropo – Voice / SMS API • Bitbucket • Best Practices
  2. Machine Setup • Ruby - $ \curl -L https://get.rvm.io |

    bash -s stable --ruby • Sinatra - $ sudo gem install sinatra • Tropo - $ sudo gem install tropo-webapi-ruby • Git - http://git-scm.com/download
  3. Sinatra http://sinatrarb.com Routes • HTTP method paired with a URL-matching

    pattern. • Each route is associated with a block: