textmagic gem is a Ruby interface to the TextMagic’s Bulk SMS Gateway.  
It can be used to easily integrate SMS features into your application.  
It supports sending messages, receiving replies and more.

Teaser:

api = TextMagic::API.new('fred', 'my secret')
api.send 'Hi Wilma!', '999314159265'
api.receive
# => ['999314159265: Hello Fred!']

Follow these links to learn more:

- project homepage: http://tuzinsky.com/textmagic
- documentation: http://tuzinsky.com/textmagic/rdoc/
- code: http://github.com/bobes/textmagic
- TextMagic's home page: http://www.textmagic.com
- TextMagic API Google group: http://groups.google.com/group/textmagic-api

Feedback appreciated :)

Enjoy,

-- bobes
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to