Main javascript file is www/assets/js/maybina.js, css file is www/assets/css/master.css and index in www/index.html.
There is a script (backend/communicate.rb) that is running on https://www.busstavle.com:4576/departurelist. It allows cross origin to localhost for easier development. (NB: the root path (busstavle.com:4576/) just goes back to this repo atm.) using sinatra.
Git directory structure
Git root
├─ README.md
├─ backend
│ ├─ Gemfile
│ └─ communicate.rb
└─ www
├─ assets
│ ├─ css/master.css
│ ├─ ding1.mp3
│ ├─ fonts/digital-7
│ │ ├─ digital-7 (italic).ttf
│ │ ├─ digital-7 (mono italic).ttf
│ │ ├─ digital-7.ttf
│ │ ├─ mono.ttf
│ │ └─ readme.txt
│ └─ js
│ ├─ cookiehandler.js
│ ├─ jquery-3.2.0.min.js
│ ├─ maybina.js
│ └─ moment.js
└─ index.html