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

https://github.com/breqdev/matrix2


https://github.com/breqdev/matrix2

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# LED Matrix Wall Sign

## Weather ([OpenWeatherMap](https://openweathermap.org/))

![](previews/weather.png)

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

![](previews/mbta.png)

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

![](previews/bluebikes.png)

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

![](previews/fish.png)

# 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 :)