styrken / store-ratings

A gem to return rating for your iOS or Android apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

store-ratings

A gem to return rating for your iOS or Android apps.

Installation

Add this line to your application's Gemfile to use the latest stable version:

gem 'store-ratings'

And then execute:

$ bundle

iOS Rating

require 'store-rating'
rating = StoreRating::rating("284882215", "dk")
puts "Rating is: #{rating.to_s}"

Android Rating

require 'store-rating'
rating = StoreRating::rating("com.facebook.katana")
puts "Rating is: #{rating.to_s}"

Excessive Use

Google will block your IP address if you attempt to scrape large quantities of data.

About

A gem to return rating for your iOS or Android apps.

License:MIT License


Languages

Language:Ruby 100.0%