You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nike+ widget for Dashing, which uses the Nike gem by Eric Harrison. It displays your last activity data (NikeFuel points, calories, distance and duration). All of the previously mentioned options are shown in a slideshow. Examples of the widget can be viewed below.
Dependencies
Nike v2 is a dependency of the Nike+ widget. So, add nike_v2 to the Gemfile of your Dashing dashboard:
gem"nike_v2"
and run bundle install.
Installation
To actually use the widget on your own Dashboard, you'll have to request an Access Token from Nike+ (Nike didn't release the OAuth API yet.) With this Access Token you'll be able to retrieve data from you Nike+ account.
Usage
To use this widget, copy nikeplus.coffee, nikeplus.html and nikeplus.scss into the /widgets/nikeplus directory of your dashboard. Copy nike+logo.png into the /assets/images directory and put the nikeplus.rb file in your /jobs folder.
To include the widget on your dashboard, add the following snippet to the dashboard layout file: