Skip to content

My personal calculator to know how far I am from being able to go to Ironman

License

Notifications You must be signed in to change notification settings

JordiPolo/ironman_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick and dirty project to print out the amount of effort left till my goals. I want to know how much I need to improve given than I want to rest one of each four weeks and the longest I have achieved so far.

You can run this software like:

ruby schedule.rb

You will need a achievements.yml in the same directory with contents like this:

run:
  - { date: 2012-12-01,  distance: 10.0 }
  - { date: 2012-12-09,  distance: 13.7 }

bike:
  - { date: 2012-11-15, distance: 27.0 }

swim:
  - { date: 2012-11-25,  distance: 850 }

About

My personal calculator to know how far I am from being able to go to Ironman

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages