#Android Google Play Dashing Widget
Dashing Widget for displaying current Google Play Ratings.
##Usage
To use this widget, copy google.html
, google.coffee
, and google.scss
into the /widgets/google
directory. Put the google.rb
file in your /jobs
folder. Copy google.yml
into your /config
folder and set the app_identifier
Add gem 'market_bot'
to your Gemfile
and run bundle
To include this widget in a dashboard, add the following snippet to the dashboard layout file:
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="Google" data-view="Google" data-title="Play Store"></div>
</li>
@rogervalles @levabd @noloco Alternatively, you don't need an older market_bot, you just need to change the constant in the script from MarketBot::Android to MarketBot::Play and it should work just fine with the latest version. I know this is 1 year too late, but maybe it will help someone else in the future.