A service for parsing FIT files into workout objects.
- JRuby 1.7.9
- JFit a JRuby library for parsing FIT files.
The fit-service provides a gem that can be included in your rails application.
This gem handles the following tasks:
- Authentication
- Interacting with the fit-service API
- Stubbing the fit-service API when in the test environment
Once you have jruby 1.7.9 installed, simply run the bootstrap script to set up your development environment.
$ script/bootstrap