Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mmzk1526/haskell-tfl-status

A simple TfL tube status checker
https://github.com/mmzk1526/haskell-tfl-status

functional-programming haskell

Last synced: 27 days ago
JSON representation

A simple TfL tube status checker

Awesome Lists containing this project

README

        

# Simple TfL Status Checker

A simple Transport for London tubes status checker only designed for my personal use.

## Installation

TODO: Details

"GHC" and "cabal" is required. Recommend downloading from [ghcup](https://www.haskell.org/ghcup/).

1. Clone this repo
2. In the source directory, create a file ".env" that contains the following:
```
TFL_API_KEY=
```
3. Compile the code with `cabal build`.

## Usage

TODO