SmsMyBus
Integrate SMSMyBus into your Ruby apps quickly and easily.
Installation
Add this line to your application's Gemfile:
gem 'sms_my_bus'
And then execute:
$ bundle
Or install it yourself as:
$ gem install sms_my_bus
Usage
You will need set your SMSMyBus API key:
SmsMyBus.key = 'API KEY HERE'
If you don't want to check your API key into your git repo, we recommend keeping the API key in an ENV variable or in something like Idkfa.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request