https://github.com/saajan94/trainscheduler
Train Scheduler is an application that uses Firebase to host the arrival and departure data for various trains. The application retrieves this information from Firebase and manipulates it through the use of Moment.js. The webpage provides real time information about various trains including arrival times and how many minutes remain until each train's arrival. Additionally, the user is able to create their own trains to keep track of their data.
https://github.com/saajan94/trainscheduler
bootstrap css firebase html javascript jquery momentjs
Last synced: 3 months ago
JSON representation
Train Scheduler is an application that uses Firebase to host the arrival and departure data for various trains. The application retrieves this information from Firebase and manipulates it through the use of Moment.js. The webpage provides real time information about various trains including arrival times and how many minutes remain until each train's arrival. Additionally, the user is able to create their own trains to keep track of their data.
- Host: GitHub
- URL: https://github.com/saajan94/trainscheduler
- Owner: saajan94
- License: mit
- Created: 2018-06-24T21:56:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T03:00:38.000Z (over 7 years ago)
- Last Synced: 2025-06-29T00:49:17.237Z (about 1 year ago)
- Topics: bootstrap, css, firebase, html, javascript, jquery, momentjs
- Language: HTML
- Homepage: https://saajan94.github.io/TrainScheduler/
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TrainScheduler
https://saajan94.github.io/TrainScheduler/
Train Scheduler is an application that uses Firebase to host the arrival and departure data for various trains. The application retrieves this information from Firebase and manipulates it through the use of Moment.js. The webpage provides real time information about various trains including arrival times and how many minutes remain until each train's arrival. Additionally, the user is able to create their own trains to keep track of their data.
### How It Works
* Observe each train's name, destination, frequency, next arrival, and how minutes remaining until arrival for each prepopulated train.
* Type and submit the fields to create a train of your choice and observe the aforementioned data for it.
### Technologies Used
* JavaScript
* Bootstrap
* jQuery
* HTML
* CSS
* Firebase
* Moment.js