af54b30c6c083db24a4e4a5f618eff46d6b0788e
- Cache predicted rating calculations (24 hour duration) - Cache rating history data to avoid repeated scraping - Implement separate cache keys for different data types - Add cache hit logging for monitoring effectiveness - Update PDGA numbers list with additional players - Significantly improve performance for repeat visitors - Reduce load on PDGA servers with intelligent caching 🤖 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%