Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 675 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 675 Bytes

./frc

A helpful CLI app for FRC-related tasks including fetching data on teams, events, matches, etc.

Screenshot

Compiling

  • Clone the repository and cd into it
  • Install with
go install

You may need to set your $GOBIN environment variable first.

Usage examples

  • Get all data on a team:
frc team 254
  • Get data on an event (If you omit the year, the current year will be inferred.):
frc event 2013cmp
  • To get match data:
frc match 2017mokc_qm23

Licensing

This software is available under the terms of the BSD License.

Authors