Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alxwrd/bus-stop
Live Nottingham bus times in the style of bus stop time board
https://github.com/alxwrd/bus-stop
bus-schedules hacktoberfest nottingham trentbarton
Last synced: 5 days ago
JSON representation
Live Nottingham bus times in the style of bus stop time board
- Host: GitHub
- URL: https://github.com/alxwrd/bus-stop
- Owner: alxwrd
- License: mit
- Created: 2019-01-15T10:51:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T21:15:33.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T21:47:15.839Z (about 2 months ago)
- Topics: bus-schedules, hacktoberfest, nottingham, trentbarton
- Language: JavaScript
- Homepage: https://alxwrd.github.io/bus-stop
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Barton bus stop
A single page to display bus times for a single stop, in the style of the
live time boards.## 🐳 Docker
```
docker build -t bus-stop .
docker container run --publish 8000:80 --detach --name bus-stop bus-stop
```