Sha256: b706dc9b2a15371b1b5d31155a53686afc92e2cbce770eaa93911e9bb08a9753

Contents?: true

Size: 1.34 KB

Versions: 3

Compression:

Stored size: 1.34 KB

Contents

h1. smartcall


h2. What

Gem to send text messages through Smartcall Technology Solutions (South African aggregator). http://www.smartcalltech.co.za

h2. Installing

<pre syntax="ruby">sudo gem install smartcall</pre>

h2. The basics

<pre syntax="ruby">

require 'smartcall'

api = Smartcall::API.new(<USERNAME>, <PASSWORD>, <CAMPAIGN_ID>, <REFERENCE>)
api.send_message("0825559629", "Hello World")
</pre>


h2. Forum

"http://groups.google.com/group/smartcall":http://groups.google.com/group/smartcall

TODO - create Google Group - smartcall

h2. How to submit patches

Read the "8 steps for fixing other people's code":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section "8b: Submit patch to Google Groups":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the Google Group above.

* github: "http://github.com/agilisto/smartcall/tree/master":http://github.com/agilisto/smartcall/tree/master

<pre>git clone git://github.com/agilisto/smartcall.git</pre>


h3. Build and test instructions

<pre>cd smartcall
rake test
rake install_gem</pre>


h2. License

This code is free to use under the terms of the MIT license. 

h2. Contact

Comments are welcome. Send an email to "Armand du Plessis":mailto:armanddp@agilisto.com email via the "forum":http://groups.google.com/group/smartcall

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
agilisto-smartcall-0.0.1 website/index.txt
smartcall-0.0.4 website/index.txt
smartcall-0.0.1 website/index.txt