Skip to content

senthiljruby/waysms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Waysms

Waysms is a ruby gem that help you to send text messages to India Mobiles through India's Top Messaging Service (way2sms)

This is my first gem :) :) Thanks @gg, @prince who guided me and being first person to make my step on right path till now...

Installation

$ gem install waysms

Usage

require 'waysms'
texter = WaySms::SmsSender.new("username","password")
texter.send("9944425528", "Cool Buddy...")

Rails integration

1) gemfile
    gem 'waysms'
    gem 'mechanize'
2) Inside rails,
    require 'waysms'
    sms_me = WaySms::SmsSender.new("username","password")
    sms_me.send("9944425528", "Cool Buddy...")

About

Waysms is a ruby gem that help you to send text messages to India Mobiles through India's Top Messaging Service (way2sms)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages