https://github.com/erikboesen/frc
:shell: ./frc - Beautiful FRC info in your Terminal :confetti_ball:
https://github.com/erikboesen/frc
cli cli-app golang tba the-blue-alliance
Last synced: about 1 year ago
JSON representation
:shell: ./frc - Beautiful FRC info in your Terminal :confetti_ball:
- Host: GitHub
- URL: https://github.com/erikboesen/frc
- Owner: ErikBoesen
- License: bsd-3-clause
- Created: 2017-02-15T19:27:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T03:10:08.000Z (about 6 years ago)
- Last Synced: 2025-02-26T14:38:30.416Z (over 1 year ago)
- Topics: cli, cli-app, golang, tba, the-blue-alliance
- Language: Go
- Homepage:
- Size: 10.4 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `./frc`
A helpful CLI app for FRC-related tasks including fetching data on teams, events, matches, etc.

## Compiling
* Clone the repository and `cd` into it
* Install with
```sh
go install
```
You may need to set your `$GOBIN` environment variable first.
## Usage examples
* Get all data on a team:
```sh
frc team 254
```
* Get data on an event (If you omit the year, the current year will be inferred.):
```sh
frc event 2013cmp
```
* To get match data:
```sh
frc match 2017mokc_qm23
```
## Licensing
This software is available under the terms of the [BSD License](LICENSE).
## Authors
* [Erik Boesen](https://github.com/ErikBoesen)