0.0
No commit activity in last 3 years
No release in over 3 years
This is a simple to use gem that does one thing; Returns the rating of your iOS or Android app.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

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.