/AirMap

A Java + Swing Application that displays air quality data for a specific coordinate or a location

Primary LanguageJava

AirMap

AirMap version 0.1.1

Author: Le Minh Pham

How to run AirMap:

  1. Running the executable jar file: AirMap-0.1.1.jar

  2. Using command lines:

    Extract the jar file: > jar xvf AirMap-0.1.1.jar

    Run the main method: > java com.btp400.app.WindowApp

*Note:

1. latitude value should be between -90 and 90

2. longtitude value should be between -180 and 180

3. the Web API used for this application supports data for 92 countries around the world. This means some locations are not supported by the app