1
0
Fork
You've already forked lichess-counter
0
No description
  • HTML 93.9%
  • Makefile 6.1%
2025年04月06日 10:13:14 +02:00
LICENSES Initial commit 2025年04月04日 17:24:31 +02:00
.gitignore Add version header to output file 2025年04月06日 10:12:21 +02:00
CHANGELOG.md Release v0.2.1 2025年04月06日 10:13:14 +02:00
lichess-counter.html Add version header to output file 2025年04月06日 10:12:21 +02:00
Makefile Add version header to output file 2025年04月06日 10:12:21 +02:00
README.md Show data for today or a given day instead of the most recent data 2025年04月04日 18:19:05 +02:00

Lichess Counter

This project provides a simple HTML page that fetches game statistics from Lichess.

Configuration

The counter can be configured by adding query parameters to the URL, for example lichess-counter.html?user=german11&interval=60 will set the user parameter to german11 and interval to 60. The following parameters can be set:

  • user (required): the Lichess username of the user to query
  • variant (required): the game variant to query (for example rapid or blitz)
  • date: the date to query in the format YYY-MM-DD (default: today)
  • refresh: the refresh interval in seconds (default: no automatic refresh)

License

This project is licensed under the BSD Zero Clause License.