#VK Group Dashing Widget
Dashing Widget for displaying VK group members count.
##Usage
To use this widget, copy the vk_group.rb
file in your /jobs
folder, then copy vk_group.yml
into your /config
folder and setup the group_id
there (the VK API method used doesn't require api_token
, so just group_id
is needed).
Add gem 'rest-client'
to your Gemfile
and run bundle
. If you would like to store and display previous group members count value, add gem 'redis'
also (don't forget to install the Redis itself).