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

https://github.com/hako/lines

:station: A simple clone of the Lines tube status app written in the Red Programming Language.
https://github.com/hako/lines

api cross-platform gui london-underground mac red redlang tfl trains tube windows

Last synced: 10 months ago
JSON representation

:station: A simple clone of the Lines tube status app written in the Red Programming Language.

Awesome Lists containing this project

README

          

# Lines

A simple clone of the Lines tube status app written in the Red Programming Language.

![](./assets/lines_red.png)

# Installation

You need to install the Red programming language first before building this program

Download Red below:

[Red Windows/Mac/Linux](http://www.red-lang.org/p/download.html)

or via Homebrew:

```
brew cask install red
```

Once you have Red installed on your system clone this repo and head to the building section.

# Building

Clone this repo and run:

```
red -c -r Lines.red
```

Tested on macOS with Red 0.6.4 stable.

Note this command should work on Windows and Mac. However, since GUI support is not available on Linux, This clone of lines is not supported for now.

# License

MIT