A set of rust packages to interact with the parkrun API.
A wrapper for the Parkrun API which provides some basic functionality. Such as
- Login
- Fetch user results
- Fetch user events
There are also some helper function to calculate stats such as average_time
.
Lots
A Yew app which uses parkrust
to display parkrun stats. Check out the site here.
A cli which is just currently just used for testing parkrust
but could be extended to acutally be useful.