Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/creeper82/driver-timetable

Driver's assistant for following a timetable. Easy usage. No server. Reads from text files
https://github.com/creeper82/driver-timetable

bus-route bus-schedule bus-timetable bus-timetable-parser css html javascript js parser timetable

Last synced: 21 days ago
JSON representation

Driver's assistant for following a timetable. Easy usage. No server. Reads from text files

Awesome Lists containing this project

README

        

# 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](samples) 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](screenshots/route.png)
Sample route, 3 min late for the departure

---

![Time pick](screenshots/timepicker.png)
Route start time picker

## Demo
Check out the demo [here](https://creeper82.github.io/Driver-Timetable/).