SmsAreaApi
A Ruby wrapper for sms-area.org API.
Documentation for API is here: http://sms-area.org/api.txt
Installation
Add this line to your application's Gemfile:
gem 'sms_area_api'
And then execute:
$ bundle
Or install it yourself as:
$ gem install sms_area_api
Usage
sms_area = SmsAreaApi::Client.new('1111111111111111111111')
sms_area.get_balance
number = sms_area.get_number country: 'or', service: 'gm', count: 1
Contributing
- Fork it ( https://github.com/[my-github-username]/sms_area_api/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request