# 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
```