Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

creeper82/Driver-Timetable

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Driver's timetable

This simple local web app can assist you in following a timetable, whether it's a bus route, a train timetable, or anything else you can imagine. The routes are read from text files, and are easy to customize for any needs.

The page is responsive. You may use it on mobile, desktop, a tablet, or any device. It only requires a basic browser with JS support. No libraries, no npm things.

It is optimized to handle routes with thousands of stops without performance loss.

Usage

Open up the page, and click on Load Route. Select a .txt file (see samples folder for documentation), and select a start time for the route. After that, departure times for stops will be calculated. The next stop will always appear with a color background on the bottom.

To advance to the next stop as you're done with the current one, click on the timer button. The timer shows time until departure.

Screenshots

Route Sample route, 3 min late for the departure


Time pick Route start time picker

Demo

Check out the demo here.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.