23412a8ea38e4980a82671b8ec5bad5c8e811792
- Fix parseDate function to handle multi-day tournament formats (e.g., "2-Sep to 3-Sep-2023") - Integrate PDGA update date simulation using 2nd Tuesday cutoffs for accurate predictions - Calculate and display predictions automatically from database on page load - Update rating calculation to use proper PDGA timing windows (12/24 months before update date) - Improve date parsing regex to correctly extract start dates from tournament ranges - Include updated player list in pdga-numbers.txt 🤖 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%