#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>
How do I get the app_identifier ?