Frc
:shell: ./frc - Beautiful FRC info in your Terminal :confetti_ball:
Install / Use
/learn @ErikBoesen/FrcREADME
./frc
A helpful CLI app for FRC-related tasks including fetching data on teams, events, matches, etc.

Compiling
- Clone the repository and
cdinto 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.
