2ab4869fb9067d027e5eee97c5af2810bf92bdf5
- Implement clickable player rows to expand/collapse rating history - Add rating history scraping from PDGA history pages - Create custom SVG line charts showing rating progression over time - Add interactive tooltips with date and rating on hover - Include visual highlights when hovering over data points - Implement anti-flicker tooltip system with delayed hiding - Add large hover areas (12px radius) for better user experience - Show grid lines, axis labels, and responsive chart scaling - Cache rating history data to avoid repeated API calls 🤖 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%