Gather and visualize air quality data from external sources on a map for Poland (including recent sensor data from Luftdaten and other data sources)
JDK13, Apache Maven.
The current implementation phase has backend only.
$ mvnw install
$ mvnw spring-boot:run -pl backend
Further open the following URL in your browser to see JSON
data: http://localhost:9000/measurements
More details and contribution guide to be found in the Detailed Documentation section.