Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```