#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>

Did you configure the google.yml file?
My folder structure is:
- public
My google.yml file looks like this:
app_identifier: "com.standardlife.myportfollio"
show_detail_rating: false
I didnt change any other file at all. Initially, I had put the app id in the .rb file, but then realised it got this from the yml instead. Look at your debug logs in the console, does it say 'app identifier cannot be found'? If so, try my app identier and see if that works to help debug.
Gd luck