Advent of Code private leaderboards are currently limited to 200 users. This simple web app can merge users from multiple leaderboards, recalculate their scores based on the total number of members, and present them in a single page with the same look and feel of the original Advent of Code website. Leaderboards are fetched in JSON format from the adventofcode.com API URL.
This app uses Rocket web framework and, therefore, requires a nightly version of Rust.
TODO
Advent of Code is a free online Advent calendar of small programming puzzles created by Eric Wastl and maintained by volunteers. Please consider supporting their work.