https://github.com/vigov5/aqi_meter
Simple script and web-app to monitor AQI by using Raspberry Pi and SDS011 sensor
https://github.com/vigov5/aqi_meter
aqi iot-application sensor tailwindcss vuejs
Last synced: 5 months ago
JSON representation
Simple script and web-app to monitor AQI by using Raspberry Pi and SDS011 sensor
- Host: GitHub
- URL: https://github.com/vigov5/aqi_meter
- Owner: vigov5
- Created: 2019-11-04T04:27:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:57:41.000Z (over 3 years ago)
- Last Synced: 2023-12-16T14:43:47.914Z (over 2 years ago)
- Topics: aqi, iot-application, sensor, tailwindcss, vuejs
- Language: Vue
- Homepage: http://aqi-phudo.surge.sh
- Size: 3.62 MB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aqi_meter

## Blog
[https://viblo.asia/p/tu-do-chi-so-o-nhiem-khong-khi-tai-nha-voi-sensor-va-raspberry-pi-YWOZrBBvZQ0](https://viblo.asia/p/tu-do-chi-so-o-nhiem-khong-khi-tai-nha-voi-sensor-va-raspberry-pi-YWOZrBBvZQ0)
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).