Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twpayne/go-xctrack
Package xctrack implements XCTrack's task format.
https://github.com/twpayne/go-xctrack
competition go golang json qrcode xctrack
Last synced: 2 months ago
JSON representation
Package xctrack implements XCTrack's task format.
- Host: GitHub
- URL: https://github.com/twpayne/go-xctrack
- Owner: twpayne
- License: bsd-2-clause
- Created: 2017-05-15T21:45:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T21:34:38.000Z (8 months ago)
- Last Synced: 2024-10-14T21:08:47.637Z (4 months ago)
- Topics: competition, go, golang, json, qrcode, xctrack
- Language: Go
- Homepage: https://xctrack.org/Competition_Interfaces.html
- Size: 49.8 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-xctrack
[![PkgGoDev](https://pkg.go.dev/badge/github.com/twpayne/go-xctrack)](https://pkg.go.dev/github.com/twpayne/go-xctrack)
Package xctrack implements [XCTrack](http://xctrack.org/)'s [task
format](http://xctrack.org/Competition_Interfaces.html).Features:
* Reading and writing of `.xctsk` files.
* Generation and parsing of `XCTSK:` URLs.
* Encoding and decoding `XCTSK:` URLs as QR codes.Additionally, a command line utility in `cmd/xctrack` converts between these
formats.## License
MIT