anolson / interval

Interval helps you view, track, and share your bicycle powermeter data.

Home Page:http://intervalapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interval

View, track and share your powermeter data. Interval is a web application that uses the Rails framework to run intervalapp.com

Features

  • Supports popular powermeter file formats: SRM, Saris Powertap(csv), and iBike(csv).

  • Also add workouts that you did without a powermeter.

  • Graphical view of your workouts.

  • Peak power (Critical Power) calculations.

  • TSS/IF and NP calculations.

  • Share your workouts publicly and privately.

  • Upload workouts by email.

  • Weekly and monthly summaries of your workout totals.

Install

git clone git://github.com/anolson/interval.git

Get started

$ rm public/index.html
$ cp config/database.yml.example config/database.yml
$ cp config/initializers/session_store.rb.example config/initializers/session_store.rb
$ rake
$ script/server

Processing workouts in the background

Workouts are processed in the background with delayed_job. Be sure to startup the background processor.

$ rake jobs:work

License

(The MIT License)

Copyright © 2008 - 2011 Andrew Olson.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Interval helps you view, track, and share your bicycle powermeter data.

http://intervalapp.com


Languages

Language:JavaScript 66.4%Language:Ruby 29.5%Language:CSS 4.1%