项目作者: ErikBoesen

项目描述 :
:shell: ./frc - Beautiful FRC info in your Terminal :confetti_ball:
高级语言: Go
项目地址: git://github.com/ErikBoesen/frc.git
创建时间: 2017-02-15T19:27:49Z
项目社区:https://github.com/ErikBoesen/frc

开源协议:BSD 3-Clause "New" or "Revised" License

下载


./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
    1. go install
    You may need to set your $GOBIN environment variable first.

Usage examples

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

Licensing

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

Authors