Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T04:20:26.000Z (9 months ago)
- Last Synced: 2024-04-29T07:44:58.770Z (6 months ago)
- Topics: fitbit-api, oauth2, rails-application, ruby
- Language: Ruby
- Homepage:
- Size: 182 KB
- Stars: 15
- Watchers: 4
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fitgem_oauth2
[![Build Status](https://travis-ci.org/gupta-ankit/fitgem_oauth2.svg?branch=master)](https://travis-ci.org/gupta-ankit/fitgem_oauth2)
[![Code Climate](https://codeclimate.com/github/gupta-ankit/fitgem_oauth2/badges/gpa.svg)](https://codeclimate.com/github/gupta-ankit/fitgem_oauth2)
[![Test Coverage](https://api.codeclimate.com/v1/badges/038c7943c9a714eb50f9/test_coverage)](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