No description
| LICENSES | Initial commit | |
| .gitignore | Add version header to output file | |
| CHANGELOG.md | Release v0.2.1 | |
| lichess-counter.html | Add version header to output file | |
| Makefile | Add version header to output file | |
| README.md | Show data for today or a given day instead of the most recent data | |
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 queryvariant(required): the game variant to query (for examplerapidorblitz)date: the date to query in the formatYYY-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.