Application uses the CarouselSMS messaging API for sending SMS messages from coaches to players and receiving replies.
It takes advantage of our tagging system, for pairing outgoing numbers from a pool with recipients, and maintaining a link between the two via tags.
- Clone the repository.
- Replace
[API KEY GOES HERE]
in demo.rb with your CarouselSMS application's API key - Run
ruby demo.rb
. - Open
http://YOURHOST.COM:4567
in browser. - In order to test replies specify
http://YOURHOST.COM:4567/gateway
as the Gateway URL for your CarouselSMS application.
Coaches and Players SMS is Copyright © 2013 Recess Mobile.
It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.