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.
- Host: GitHub
- URL: https://github.com/hako/lines
- Owner: hako
- License: mit
- Created: 2017-12-19T15:37:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T10:57:34.000Z (over 6 years ago)
- Last Synced: 2025-04-12T15:08:14.421Z (10 months ago)
- Topics: api, cross-platform, gui, london-underground, mac, red, redlang, tfl, trains, tube, windows
- Language: Red
- Homepage:
- Size: 26.4 KB
- Stars: 23
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lines
A simple clone of the Lines tube status app written in the Red Programming Language.

# 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