Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petejohanson/twilio-wm-sample
Sample Twilio application using webmachine-ruby
https://github.com/petejohanson/twilio-wm-sample
Last synced: 1 day ago
JSON representation
Sample Twilio application using webmachine-ruby
- Host: GitHub
- URL: https://github.com/petejohanson/twilio-wm-sample
- Owner: petejohanson
- Created: 2012-07-10T01:41:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-11T13:40:13.000Z (over 12 years ago)
- Last Synced: 2024-05-02T01:15:49.454Z (7 months ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
This is a simple application to demonstrating using [Twilio](http://twilio.com)
with [webmachine-ruby](https://github.com/seancribbs/webmachine-ruby/). The
sample includes cucumber features that validate the behavior of the menus,
using Rack::Test.## Running
You can run the sample by either deploying to Heroku, or running locally and
using a service like [localtunnel](http://localtunnel.com) to expose your
service externally, and then configuring a new Twilio application to point
to the "/new" resource (e.g. http://abcd.localtunnel.com/new)