jmkoni / pace_calculator

Web app for determining pace and finish times.

Home Page:http://pacecal.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pace Calculator

What is this?

I noticed that I've used a running pace calculator and a rowing pace calculator but I haven't seen one that combines everything. I also added swimming so I don't have to do as much math when I'm swimming as well.

Where can I find this?

This application is hosted on Heroku as pacecal. It's automatically deployed on every merge to master.

How to run

You must have RubyGems installed to run this application. Also recommended is RVM because you will need to install Ruby version 2.6.0.

gem install bundler
bundle install
rails s

Tests

There should definitely be tests! I will be using Rspec, but I spiked this for fun over Christmas and haven't written tests yet 😳. If you want to contribute, it would be appreciated.

How to contribute

Fork this repo and submit a PR against master when you are ready!

About

Web app for determining pace and finish times.

http://pacecal.herokuapp.com


Languages

Language:Ruby 76.3%Language:HTML 17.5%Language:JavaScript 3.3%Language:CSS 2.6%Language:SCSS 0.4%