A PHP web dashboard that aggregates upcoming programming-contest schedules across multiple online judges into one timezone-aware view.
Upcoming contests pulled from:
- CodeChef
- Codeforces
- LeetCode
- AtCoder
- HackerEarth
- SPOJ
- TopCoder
- Other (anything else clist.by tracks)
Each judge has its own panel, with start time converted to the viewer's timezone using an offset selector.
- PHP (no framework — straight
requireincludes) - Plain HTML/CSS
- clist.by public API as the data source
You need a clist.by API key — create a free account at https://clist.by/ and grab one from your account settings. Then:
export CLIST_USERNAME=your_clist_username
export CLIST_API_KEY=your_clist_api_key
php -S localhost:8000Open http://localhost:8000/main.php in your browser.