FemMaps/README.md

21 lines
390 B
Markdown
Raw Permalink Normal View History

2023-10-15 06:19:27 +00:00
# FemMaps
2023-10-15 01:49:35 -07:00
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.
2023-10-30 00:53:00 -07:00
## Dependencies
* IntervalTree (included)
* JSON for Modern C++ (included)
TUI only:
* libcaca
2023-10-15 01:49:35 -07:00
## Building
```sh
make
```