An Electron app that renders a chart of network speed in the macOS menu bar.
It runs netstat -i -b -w 1 to get network statistics every second.
Then it uses Electron's Tray API to draw a stupid chart.
It runs a quick upload/download test every once in a while.