Module: Kapow

Defined in:
lib/kapow.rb,
lib/kapow/sms.rb,
lib/kapow/credit.rb,
lib/kapow/version.rb

Overview

Overview:

A simple library for sending sms messages using the Kapow sms gateway.


License:

Author

Kieran Johnson

Copyright

July, 2008

License

Ruby License


Usage:

require 'rubygems'
require 'kieranj-kapow'

msg = Kapow::Message.new('username', 'password')
msg.deliver('mobile_no', 'sms')

Defined Under Namespace

Modules: Credit, VERSION Classes: SMS