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: about 2 months ago
JSON representation
Driver's assistant for following a timetable. Easy usage. No server. Reads from text files
- Host: GitHub
- URL: https://github.com/creeper82/driver-timetable
- Owner: creeper82
- License: mit
- Created: 2024-04-27T18:29:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T13:08:36.000Z (about 2 years ago)
- Last Synced: 2024-12-30T01:59:45.689Z (over 1 year ago)
- Topics: bus-route, bus-schedule, bus-timetable, bus-timetable-parser, css, html, javascript, js, parser, timetable
- Language: JavaScript
- Homepage: https://creeper82.github.io/Driver-Timetable/
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

Sample route, 3 min late for the departure
---

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