https://github.com/dr-mod/aqi-traffic-light
https://github.com/dr-mod/aqi-traffic-light
aqi aqi-monitor traffic-light
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dr-mod/aqi-traffic-light
- Owner: dr-mod
- Created: 2021-06-06T14:48:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T16:48:42.000Z (over 4 years ago)
- Last Synced: 2023-12-16T14:39:28.275Z (almost 2 years ago)
- Topics: aqi, aqi-monitor, traffic-light
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AQI traffic light
A traffic light that shows currentl AQI (air quality index)
This project is a part of a wider set of software tools to monitor air parameters and weather.## Installation
1. Install dependencies
```
sudo apt update
sudo apt-get install python3-pip
pip3 install RPi.GPIO
```
2. Run
To run run data colloctor
```
go run main.go
```
Make sure that the file it generates is available over http, lighttpd can be used for this.
```
python traffic-aqi.py
```