https://github.com/breqdev/matrix2
https://github.com/breqdev/matrix2
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/breqdev/matrix2
- Owner: breqdev
- Created: 2025-01-11T20:43:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T21:11:56.000Z (10 months ago)
- Last Synced: 2025-07-04T04:02:45.778Z (10 months ago)
- Language: Python
- Size: 206 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LED Matrix Wall Sign
## Weather ([OpenWeatherMap](https://openweathermap.org/))

## MBTA ([General Transit Feed Specification](https://gtfs.org/documentation/overview/))

## BlueBikes ([General Bikeshare Feed Specification](https://gbfs.org/))

## Make a Fish ([makea.fish](http://makea.fish/))

# Development
Set up a virtual environment and install the requirements:
```bash
python3 -m venv venv
source venv/bin/activate
pip install -e .
```
Best of luck after that :)