55188a826902a1d7b11bf7a70de866018712c05f
- Update predicted rating algorithm to match PDGA rating guide - Focus on tournaments from last 12 months only (improved accuracy) - Add proper outlier exclusion: rounds >2.5 std dev below average - Implement double weighting for most recent 25% of rounds (9+ rounds) - Apply PDGA minimum data requirements (7 rounds for outlier exclusion) - Improve error handling and rate limiting for tournament scraping - Add user-friendly error messages for failed calculations - Reduce tournament scraping from 15 to 8 tournaments to avoid rate limits 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
PDGA Ratings Scraper
A web application that scrapes PDGA player ratings and displays them in a sorted table.
Setup
- Install dependencies:
npm install
-
Add PDGA numbers to
pdga-numbers.txt(one per line) -
Start the server:
npm start
- Open http://localhost:3000 in your browser
Usage
- Edit
pdga-numbers.txtto add/remove players - Click "Refresh Ratings" to scrape current ratings
- Players are automatically sorted by rating (highest first)
Features
- Web scraping of PDGA player ratings
- Sortable table display
- Easy player management via text file
- Real-time rating updates
Description
Languages
JavaScript
63.8%
CSS
21.7%
EJS
14.2%
Dockerfile
0.3%