Project

mvaayoo

0.0
No release in over 3 years
Low commit activity in last 3 years
Integrate SMS Functionality in Ruby on Rails Application Easily using mvaayoo.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.5
>= 0
 Project Readme

Mvaayoo

mVaayoo™ is a cost effective End-to-End Enterprise Mobile Messaging Service with high service level availability, that is unmatched in the industry. mVaayoo™ provides both 1-Way & 2-Way SMS communication including SMS Push, short code and long code services, SMS gateway with APIs, SMS Excel plugin, SMS contest, voting & polling and Voice SMS services.

Installation

Add this line to your application's Gemfile:

gem 'mvaayoo'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mvaayoo

Subscribe http://mvaayoo.com/ to get following credentials

Add content to config/initializers/mvaayoo.rb

MVAAYOO_USER = 'MVAAYOO_USERNAME'
MVAAYOO_PASSWORD = 'MVAAYOO_PASSWORD'
SENDER_ID = 'MVAAYOO_SENDER_ID'

Usage

Send Message

	Mvaayoo.send_message "hey there!!", "9868847117"

Get Balance

	Mvaayoo.balance

Contributing

  1. Fork it ( http://github.com/vajapravin/mvaayoo/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Don't hesitate to write problems [vajapravin23@gmail.com]