Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/semanticdata/metro-transit-dashboard

Dashboard for the Metro Transit system in Minneapolis/St. Paul, Minnesota.
https://github.com/semanticdata/metro-transit-dashboard

flask gtfs gtfs-realtime numpy pandas python swagger

Last synced: 1 day ago
JSON representation

Dashboard for the Metro Transit system in Minneapolis/St. Paul, Minnesota.

Awesome Lists containing this project

README

        

# 🚇 Metro Transit Dashboard 🚌

This is a dashboard for the Metro Transit system in Minneapolis/St. Paul, MN. It is built with Flask and uses the Transitland API to get data about the routes and vehicles.

## Installation

```bash
pip install -r requirements.txt
```

## Usage

```bash
python app.py
```

## API

https://svc.metrotransit.org/

## 📜 License

The code in this repository is available under the [MIT License](LICENSE).