FemMaps/README.md
2023-10-30 00:53:00 -07:00

21 lines
390 B
Markdown

# FemMaps
At FemboyFinancial we love maps! The code in this repo will be used to power a light-up electronic wall installation
showing traffic conditions on various Bay Area highways. Until the physical wall display is made, though, a TUI frontend
can be used.
## Dependencies
* IntervalTree (included)
* JSON for Modern C++ (included)
TUI only:
* libcaca
## Building
```sh
make
```