https://github.com/gupta-ankit/fitgem_oauth2
Ruby gem to use Fitbit web API
https://github.com/gupta-ankit/fitgem_oauth2
fitbit-api oauth2 rails-application ruby
Last synced: 8 months ago
JSON representation
Ruby gem to use Fitbit web API
- Host: GitHub
- URL: https://github.com/gupta-ankit/fitgem_oauth2
- Owner: gupta-ankit
- License: mit
- Created: 2016-01-19T03:21:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-09-17T18:29:15.000Z (9 months ago)
- Last Synced: 2025-10-07T17:37:23.924Z (9 months ago)
- Topics: fitbit-api, oauth2, rails-application, ruby
- Language: Ruby
- Homepage:
- Size: 188 KB
- Stars: 16
- Watchers: 3
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fitgem_oauth2
[](https://travis-ci.org/gupta-ankit/fitgem_oauth2)
[](https://codeclimate.com/github/gupta-ankit/fitgem_oauth2)
[](https://codeclimate.com/github/gupta-ankit/fitgem_oauth2/test_coverage)
The fitgem_oauth2 gem allows developers to use the [Fitbit API](http://dev.fitbit.com/docs). Certain parts of the code,
structure, and the API are heavily based on the [fitgem](https://github.com/whazzmaster/fitgem) gem which uses OAuth 1.0 for accessing the Fitbit API.
## Usage
Add the following line to use the fitgem_oauth2 gem
```ruby
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