Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 906 Bytes

File metadata and controls

19 lines (13 loc) · 906 Bytes

PkgGoDev Go Report Card License MIT

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