Ruby::Everyoneapi
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'ruby-everyoneapi'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ruby-everyoneapi
Usage
Get person name by phone number
Everyoneapi.person("+15551234567").name
Spec
Run spec
EVERYONEAPI_SID=XXXX EVERYONEAPI_TOKEN=XXXX be rspec spec/lib/everyoneapi.rb
Contributing
- Fork it ( https://github.com/[my-github-username]/ruby-everyoneapi/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