fitgem_oauth2

Ruby gem to use Fitbit web API

MIT License

Downloads
77K
Stars
15
Committers
7

fitgem_oauth2

The fitgem_oauth2 gem allows developers to use the Fitbit API. Certain parts of the code, structure, and the API are heavily based on the fitgem gem which uses OAuth 1.0 for accessing the Fitbit API.

Usage

Add the following line to use the fitgem_oauth2 gem

gem 'fitgem_oauth2'

Quickstart

If you are using fitgem_oauth2 in a Rails application, we have a sample rails application to test out the gem. It is available here https://github.com/gupta-ankit/FitgemOAuth2Rails