Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mmzk1526/haskell-tfl-status
- Owner: MMZK1526
- License: mit
- Created: 2024-01-26T13:51:50.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T22:09:47.000Z (11 months ago)
- Last Synced: 2024-11-07T19:49:16.200Z (3 months ago)
- Topics: functional-programming, haskell
- Language: Haskell
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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