https://github.com/baldram/airq-eye
Gather and visualize air quality data from external sources on a map for Poland
https://github.com/baldram/airq-eye
airquality spring-boot
Last synced: 2 months ago
JSON representation
Gather and visualize air quality data from external sources on a map for Poland
- Host: GitHub
- URL: https://github.com/baldram/airq-eye
- Owner: baldram
- License: gpl-3.0
- Created: 2018-08-08T20:37:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:43:46.000Z (over 2 years ago)
- Last Synced: 2025-01-20T00:48:28.908Z (4 months ago)
- Topics: airquality, spring-boot
- Language: Java
- Homepage: https://baldram.github.io/AirQ-Eye/
- Size: 710 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Air Quality Eye [](https://www.codacy.com/manual/baldram/AirQ-Eye?utm_source=github.com&utm_medium=referral&utm_content=baldram/AirQ-Eye&utm_campaign=Badge_Grade)
Gather and visualize air quality data from external sources on a map
for Poland (including recent sensor data from [Luftdaten](https://luftdaten.info/en/home-en/) and other data sources)## Requirements
JDK13, Apache Maven.
## Run and test backend
The current implementation phase has backend only.
```console
$ mvnw install
$ mvnw spring-boot:run -pl backend
```Further open the following URL in your browser to see JSON
data: `http://localhost:9000/measurements`## Detailed documentation
More details and contribution guide to be found in the [Detailed Documentation](/docs) section.