A Raspberry Pi-based system for measuring and visualizing air quality data.
Air Quality Monitor is an embedded system that tracks environmental parameters using a Raspberry Pi and a BME680 sensor. It displays the data through a web interface, making it easy to keep an eye on your air quality.
Clone the repo:
git clone https://github.com/janchruszcz/air-quality-monitor.git
cd air-quality-monitor
Install dependencies: ```bash npm install
Set up your environment:
Create a .env
file in the root directory with these variables:
```bash
REACT_APP_SPREADSHEET_ID=your_spreadsheet_id
REACT_APP_SHEET_ID=your_sheet_id
REACT_APP_CLIENT_EMAIL=your_client_email
REACT_APP_PRIVATE_KEY="your_private_key"
Start the development server: ```bash npm start
http://localhost:3000
in your browser to see your air quality data.If you'd like to contribute:
git checkout -b feature/your-feature-name
)git commit -m 'Add some feature'
)git push origin feature/your-feature-name
)This project is licensed under the MIT License.
š Air Quality Monitor started as a part of bachelor thesis project and has grown from there. It's designed for anyone interested in tracking their local air quality with a DIY approach.