Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 462 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 462 Bytes

BoothTUI

This is a TUI (text-based interface) display that we will have in our booth that gives basic information on the competition

Running

To run this do

npm install

to install the necessary dependencies. Then, just run

node index.js

in a command line tool. Enjoy!!

Resources

This TUI uses an npm package called blessed

NPM