Clink is a command line interface for ordering drinks from any of the vending machines on floor.
It comes with a command line that can be used to list and purchase drinks.
Or, if you prefer a more graphical experience, you can use the ncurses UI.
To use clink, simply...
- Log onto any user machine
- Run
clink
git clone [email protected]/computersciencehouse/clink
cd clink
cargo build