ANNOUNCE: textmagic gem for easy SMS features integration

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:

Feedback appreciated :slight_smile:

Enjoy,

– bobes