This project implements the teleporter code challenge.
This project is implemented using Java 8. It has no other dependencies.
Gradle is used for building.
gradlew --console=verbose clean build
Extract the distribution in the build directory and run the teleporter.bat file
unzip teleporter-SNAPSHOT.zip
cd teleporter-SNAPSHOT
bin/teleporter.bat
Enter quit while running to exit.
This project is released under the MIT license.