Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/semanticdata/metro-transit-dashboard
- Owner: semanticdata
- License: mit
- Created: 2025-02-05T21:56:59.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2025-02-07T16:33:33.000Z (3 days ago)
- Last Synced: 2025-02-07T17:30:08.805Z (3 days ago)
- Topics: flask, gtfs, gtfs-realtime, numpy, pandas, python, swagger
- Language: HTML
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).