https://github.com/corentinth/qualitair
Best air quality report system ever built in the most modern language : C++.
https://github.com/corentinth/qualitair
air-pollution air-quality cpp-cli report
Last synced: 3 months ago
JSON representation
Best air quality report system ever built in the most modern language : C++.
- Host: GitHub
- URL: https://github.com/corentinth/qualitair
- Owner: CorentinTh
- Created: 2019-01-22T14:08:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:08:12.000Z (over 2 years ago)
- Last Synced: 2025-02-28T13:18:25.526Z (4 months ago)
- Topics: air-pollution, air-quality, cpp-cli, report
- Language: C++
- Homepage:
- Size: 25.4 MB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
-------
## Installation procedure
```bash
# Download and extract
wget https://link-to-github-release.com/qualitair.zip
unzip qualitair.zip
cd qualitair && ./install.sh
```## Create the installation archive
In the qualitair project root directory, run :
```bash
cd installer
./create-installer.sh
```
You have now a zip archive `qualitair.zip` at the project root directory.## Crédits
Applications créée par :
* Marsaud Bastien
* Menseau Cyrielle
* Thomasset Corentin
* Wallyn ValentinDans le cadre du cours de Génie Logiciel à l'INSA de Lyon du processeur Vasile-Marian Scuturici.