https://github.com/flopp/go-parkrunparser
A Go module to parse various parkrun webpages
https://github.com/flopp/go-parkrunparser
parkrun
Last synced: 10 months ago
JSON representation
A Go module to parse various parkrun webpages
- Host: GitHub
- URL: https://github.com/flopp/go-parkrunparser
- Owner: flopp
- License: mit
- Created: 2024-04-26T17:58:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-16T11:44:55.000Z (10 months ago)
- Last Synced: 2025-08-16T13:41:57.809Z (10 months ago)
- Topics: parkrun
- Language: Go
- Homepage:
- Size: 425 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pkg.go.dev/github.com/flopp/go-parkrunparser)
[](https://goreportcard.com/report/flopp/go-parkrunparser)
[](https://github.com/flopp/go-parkrunparser/)
# go-parkrunparser
A Go module to parse various parkrun webpages
* `events.json` -> `func ParseEvents(buf []byte) (Events, error)`
* `eventshistory` -> `func ParseEventHistory(buf []byte) (EventHistory, error)`
* `results/123`, `latestresults` -> `func ParseResults(buf []byte) (Results, error)`
Note: the package will *not download* any files from the parkrun webpage!
## Users
go-parkrunparser is currently used by
* https://gitbug.com/flopp/parkrun-map
* https://gitbug.com/flopp/parkrun-milestones