Skip to content

nstapczynski/MBTA-Ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MBTA-Ticker

Shows the ETA at an MBTA stop

Run

wget https://github.com/nstapczynski/MBTA-Ticker/raw/main/MBTA-Ticker

chmod +x MBTA-Ticker

./MBTA-ticker

Evaluate

Test in the sbcl

sbcl

(load "main.lsp")

(main 0)

Build

To Build an executable use buildapp (https://www.xach.com/lisp/buildapp/):

buildapp --load main.lsp --entry main --output MBTA-Ticker

Run

./MBTA-ticker

About

Shows the ETA at an MBTA stop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published