Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T03:10:08.000Z (over 4 years ago)
- Last Synced: 2024-10-04T20:36:42.901Z (about 1 month 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.![Screenshot](screenshot.png)
## 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)