Closed KoderKow closed 3 years ago
Just added a PR that has the kgl_flow_leaderboard()
function. There are two different ways to get the leaderboard. The way that I've implemented gets the entire leaderboard (it downloads a .zip to a tmp file and then unzips it and reads it in). The other way to do it is the view endpoint, but that only shows the first 50 people on the leaderboard so I figured just get all of it and the user can decide what to filter.
Implemented with PR #3 !
Having some functions to show the leaderboard would be nice!
kgl_flow_leaderboard()
, this will use the storedcompetition_id
inmeta/
kgl_flow_my_results
(name up for change!), that will show the rank of the current users submissions