Skip to content

vmatyus/coudant-airports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

World of Airports

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.

System details

Operation System: Windows 10
Java SDK: 1.8.0_211
Maven: 3.6.1

Build the application

In CMD navigate to the cloned folder, where the pom.xml can be found, then run the following command:

mvn verify

Run the application

After successful build, you can start the application with this command:

mvn exec:java

If everything went right, the application now works.

Remove target folder

After some code change or just to create a fresh build:

mvn clean

Documentation

Documentation is created in javadoc. Please clone the repository after open doc/index.html with a browser.

About

World of Airport coding task solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published