Intercomm Guests Selector Application
The project fetches the json objects of N users from a statically available file, finds the distance between the guest location to the Intercomm's Dublin workplace and outputs the name and id of all the guests who are available within a X kilometers of radius.
Language: Kotlin
Compiler: JVM
Unit tests: JUnit4
- Install IntelliJ Community version IDE
- Clone the project and open
- Run the 'Invites' application
- Check a new 'output.txt' has been created under 'res' folder with correct output as by the rules
- Run testing files available under 'test' directory, by browsing inside the files and press the play button in left margin the class declaration