Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saschwarz/agility-jump-heights
Quick and dirty JavaScript code for an interactive web page showing US dog agility jump heights and calculating applicable jump heights given a dog's height at the withers.
https://github.com/saschwarz/agility-jump-heights
Last synced: 5 days ago
JSON representation
Quick and dirty JavaScript code for an interactive web page showing US dog agility jump heights and calculating applicable jump heights given a dog's height at the withers.
- Host: GitHub
- URL: https://github.com/saschwarz/agility-jump-heights
- Owner: saschwarz
- License: other
- Created: 2016-10-31T19:10:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T23:59:56.000Z (10 months ago)
- Last Synced: 2024-04-16T03:19:41.314Z (7 months ago)
- Language: JavaScript
- Homepage: http://www.agilitynerd.com/jumpheights/
- Size: 731 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## Synopsis
Quick and dirty JavaScript code for an interactive web page showing US dog agility jump heights and calculating applicable jump heights given a dog's height at the withers.
Uses [Plotly.js](https://plot.ly/javascript/) for graphing, [Lodash](https://lodash.com/) for data wrangling, and [Skeleton](http://getskeleton.com/) for some CSS goodness.Here's what it looks like:
![Screenshot](content/images/jumpheights.png)
## Demo
You can see this page in action at [https://agility-jump-heights.agilitynerd.com](https://agility-jump-heights.agilitynerd.com).
## Motivation
Lately there have been a lot of discussions about jump heights due to the USDAA adjusting some of their jump heights external link. That got me thinking that it would be helpful to create a chart to let competitors visually compare the jump heights and dog height cutoffs for the primary US organizations and their competition programs. Of course once I did that I figured out that it wouldn't be much more work to automatically calculate a dog's jump height when you type in your dog's height at the withers.
## License
See the [LICENSE](license.txt) file for details.