Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjmw/elm-tfl-bus-countdown
Live bus countdown times from TfL in Elm
https://github.com/tjmw/elm-tfl-bus-countdown
elm elm-architecture elm-lang tfl
Last synced: 22 days ago
JSON representation
Live bus countdown times from TfL in Elm
- Host: GitHub
- URL: https://github.com/tjmw/elm-tfl-bus-countdown
- Owner: tjmw
- Created: 2016-11-21T20:47:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T23:40:52.000Z (about 6 years ago)
- Last Synced: 2024-11-15T22:19:28.572Z (2 months ago)
- Topics: elm, elm-architecture, elm-lang, tfl
- Language: Elm
- Homepage: https://www.tjmw.co.uk/bus-countdown/
- Size: 473 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm TfL Bus Countdown
https://tjmw.github.io/bus-countdown/
Live TfL bus countdown written in Elm. This is a work in progress.
![Preview](/docs/preview.gif?raw=true "Preview")
## Running
```sh
$ yarn install
$ cp .env.example .env # and edit
$ yarn run dev
```