Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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