Sha256: c4ed0a92e1e46fb32d10094879e918ab0d7675f6394f207e06e7e0400ea7ff66

Contents?: true

Size: 710 Bytes

Versions: 1

Compression:

Stored size: 710 Bytes

Contents

twilio-twimlbin
=====================

## Overview
Twimlbin ruby wrapper class.  
You can use [twimlbin.com](http://twimlbin.com/) to host twilio markup language without your own server.

## Installation

`````
$ sudo gem install twilio-twimlbin
`````

## Usage

`````ruby
# -*- encoding: utf-8 -*-
require 'twilio-twimlbin'
require 'twilio-ruby'

response = Twilio::TwiML::Response.new do |r|
  r.Say 'Hello World', :voice => 'woman', :language => 'ja-jp'
end

twiml = Twimlbin.new
url = twiml.create(response.text)
puts url
`````

## TODO
Pull requests are very welcome!!

## Copyright
Copyright © 2013- Kentaro Yoshida ([@yoshi_ken](https://twitter.com/yoshi_ken))

## License
Apache License, Version 2.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twilio-twimlbin-0.0.2 README.md