https://github.com/jmkoni/pace_calculator
Web app for determining pace and finish times.
https://github.com/jmkoni/pace_calculator
Last synced: 8 months ago
JSON representation
Web app for determining pace and finish times.
- Host: GitHub
- URL: https://github.com/jmkoni/pace_calculator
- Owner: jmkoni
- Created: 2018-12-25T17:25:28.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T21:04:42.000Z (over 1 year ago)
- Last Synced: 2025-06-24T16:54:03.010Z (12 months ago)
- Language: Ruby
- Homepage: http://pacecal.herokuapp.com
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://pacecal.herokuapp.com). It's automatically deployed on every merge to main.
### How to run
Using whatever version manager you prefer, install Ruby 3.3.4 and run:
``` sh
bin/setup
```
### Tests
There are some tests. And there are some skipped tests due to bugs! I welcome contributions.
### How to contribute
Fork this repo and submit a PR against master when you are ready!