An open API service indexing awesome lists of open source software.

https://github.com/hulloitskai/warriorrec

A CLI for getting Warrior Recreation schedules.
https://github.com/hulloitskai/warriorrec

cli reverse-engineering uwaterloo

Last synced: 6 months ago
JSON representation

A CLI for getting Warrior Recreation schedules.

Awesome Lists containing this project

README

          

# warriorrec

_A CLI for all the UW chads out there that live in their terminal._ 💪👨‍💻

`warriorrec` is a library and command line tool for getting
[Warrior Recreation](https://warrior.uwaterloo.ca) schedules.



## Usage

```bash
# Get the Warrior Recreation schedule for a given date.
warriorrec schedule []

# Get the available activity categories.
warriorrec categories
```

## Installation

See the [releases](https://github.com/stevenxie/warriorrec/releases) section
to install binaries to your `$PATH` manually.

Alternatively, install with [Homebrew](https://brew.sh):

```bash
brew install stevenxie/tap/warriorrec
```