No commit activity in last 3 years
No release in over 3 years
Compiles a 6k erg test 500m splits spreadsheet from Concept2 stroke data files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 5.5.0
~> 10.0

Runtime

 Project Readme

Concept2 Data Parser

Compiles a 2K or 6K erg test 500m splits spreadsheet from Concept2 stroke data files

Installation

Install it yourself as:

$ gem install concept2-data-parser

Usage

$ concept2-parser <stroke-data-file.txt>

Development

  • Error handling with bad files

Contributing

  1. Fork it ( https://github.com/hpoydar/concept2-data-parser/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request