Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rifelpet/weighted-bracket-picker
A March Madness bracket picker using weighted statistics
https://github.com/rifelpet/weighted-bracket-picker
Last synced: 10 days ago
JSON representation
A March Madness bracket picker using weighted statistics
- Host: GitHub
- URL: https://github.com/rifelpet/weighted-bracket-picker
- Owner: rifelpet
- License: gpl-2.0
- Created: 2014-11-28T19:01:54.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-04-09T03:59:37.000Z (7 months ago)
- Last Synced: 2024-05-01T14:40:48.557Z (6 months ago)
- Language: HTML
- Homepage: https://algebracket.com
- Size: 1.91 MB
- Stars: 6
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
weighted-bracket-picker
=======================A March Madness bracket picker using weighted statistics. Provides historical data back to 2010 as well as up to date data through the current season.
Features
========
* Switch between tournament years using the dropdown in the center to compare scores historically, then use the current year to build a bracket based off the seeding.
* Share your weights using the url in the input field at the top
* Come back later and your weight choices will persist via cookiesTechnical Info
==============
* Data comes from http://stats.ncaa.org/ and is stored in the CSV files within the repo
* Because none of this requires server-side processing, the app is able to live in an entirely static environment on github.io
* The list of stats and their slides is dynamically generated based on the CSV files
* Different years have different numbers of play-in games. This tool is able to account for that based on the number of teams with identical seeds.To Do List
==========
* Come up with better visual representation of bracket (canvas? reactjs?)
* Extend this beyond march madness to support other sports, or any sort of tournament with publically available statistics