https://github.com/jareware/timetable
HSL stop timetables
https://github.com/jareware/timetable
Last synced: about 2 months ago
JSON representation
HSL stop timetables
- Host: GitHub
- URL: https://github.com/jareware/timetable
- Owner: jareware
- Created: 2018-08-27T14:49:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T14:03:39.000Z (almost 9 years ago)
- Last Synced: 2025-12-26T02:30:05.796Z (6 months ago)
- Language: JavaScript
- Size: 6.16 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
A very simple HSL timetable showing "app". Select your bus stop and view the next buses scheduled to pass that stop.
# Development
Made with React.js and Bootstrap.
Requirements: python, sass, npm and nodejs.
When starting for the first time, run ```npm install``` and ```gem install scss_lint```. And if you don't already have global grunt installed ```npm install -g grunt-cli```.
Do your edits to the files in `src/`.
Run a simple HTTP server and grunt in separate terminals:
```
python -m SimpleHTTPServer
```
```
grunt
```
Go to ```localhost:8000```