Shows the ETA at an MBTA stop
wget https://github.com/nstapczynski/MBTA-Ticker/raw/main/MBTA-Ticker
chmod +x MBTA-Ticker
./MBTA-ticker
Test in the sbcl
sbcl
(load "main.lsp")
(main 0)
To Build an executable use buildapp (https://www.xach.com/lisp/buildapp/):
buildapp --load main.lsp --entry main --output MBTA-Ticker
Run
./MBTA-ticker