Samuel Enocsson ef3881a0ac Add mobile optimization and PDGA update date simulation
Mobile improvements:
- Responsive table layout with hidden columns on mobile
- Touch-friendly buttons and improved spacing
- Consolidated information display for small screens
- Mobile-specific CSS with media queries

PDGA rating simulation:
- Calculate next official PDGA update date (2nd Tuesday of each month)
- Filter tournaments to only include rounds before next update
- Simulate realistic rating predictions based on PDGA schedule
- Account for rolling 12-month window and round expiration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-12 17:22:12 +02:00

PDGA Ratings Scraper

A web application that scrapes PDGA player ratings and displays them in a sorted table.

Setup

  1. Install dependencies:
npm install
  1. Add PDGA numbers to pdga-numbers.txt (one per line)

  2. Start the server:

npm start
  1. Open http://localhost:3000 in your browser

Usage

  • Edit pdga-numbers.txt to 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
S
Description
Find rating for known players
Readme 1.4 MiB
Languages
JavaScript 63.8%
CSS 21.7%
EJS 14.2%
Dockerfile 0.3%