jmaroeder / mbta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mbta

Command-line utility to find the next departing train for a particular stop on the MBTA T network.

Quick-start (no installation)

If you have Docker, you can run without installing anything else:

$ docker run --rm -it jmaroeder/mbta

Installation

Prerequisites

Make sure you have the following prerequisites installed:

Clone Git Repo

$ git clone https://github.com/jmaroeder/mbta.git
$ cd mbta
$ poetry install

Usage

$ mbta --help

Tests

Run tests via pytest:

$ pytest

About


Languages

Language:Python 93.4%Language:Dockerfile 6.6%