765917d49565aec4447d00651e2cd8f1582097ec
- Read pdga-numbers.txt at server startup and check for missing players - Automatically scrape and populate any missing players into database - Maintain respectful 2-second delays between PDGA requests - Add comprehensive logging for population process - Include new API endpoints for manual database population and status checking - Ensure database is fully populated before server accepts requests 🤖 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%