Skip to content

Twimlbin wrapper class. You can use twimlbin.com to host twilio markup language without your own server.

License

Notifications You must be signed in to change notification settings

y-ken/twilio-twimlbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twilio-twimlbin Build Status

Overview

Twimlbin ruby wrapper class.
You can use twimlbin.com to host twilio markup language without your own server.

Installation

$ sudo gem install twilio-twimlbin

Usage

# -*- 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
twiml.create(response.text)
puts twiml.external_url # print public url
puts twiml.private_url # print editable url

TODO

Pull requests are very welcome!!

Articles

Copyright

Copyright © 2013- Kentaro Yoshida (@yoshi_ken)

License

Apache License, Version 2.0

About

Twimlbin wrapper class. You can use twimlbin.com to host twilio markup language without your own server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages