This program pulls data about airports from a Cloudant database and displays their location in a simple list, sorted by distance.
The user shall provide a lat/lon point and a radius. The retrieved airports will be within the user provided radius.
Operation System: Windows 10
Java SDK: 1.8.0_211
Maven: 3.6.1
In CMD navigate to the cloned folder, where the pom.xml can be found, then run the following command:
mvn verify
After successful build, you can start the application with this command:
mvn exec:java
If everything went right, the application now works.
After some code change or just to create a fresh build:
mvn clean
Documentation is created in javadoc.
Please clone the repository after open doc/index.html
with a browser.