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: GitHub - bobes/textmagic: Ruby interface to the TextMagic's Bulk SMS Gateway
- TextMagic’s home page: http://www.textmagic.com
- TextMagic API Google group:
http://groups.google.com/group/textmagic-api
Feedback appreciated
Enjoy,
– bobes