reviewscatcher-ruby

Ruby bindings for the Reviews Catcher API.

Build Status

Gem Version

Coverage Status

Instalation

gem install reviews_catcher

Using bundler:

gem 'reviews_catcher'

Configure your client

reviews_catcher = ReviewsCatcher::Client.new(app_id: 'my_app_id', api_key: 'my_api_key')

You can get your app_id and api_key from your account in Reviews Catcher, in the integration settings page.

Usage

# Find your account's aggregate rating
aggregate_rating = reviews_catcher..aggregate_rating

# Find your account's reviews
reviews = reviews_catcher.reviews.all

License

The gem is available as open source under the terms of the MIT License.