A simple, user-friendly application made in Java using Swing, JXMapViewer2, Nathan Bergey's ISS-Now API, and FasterXML. The map is fixed at the last known position of the ISS, updates its location every 5 seconds, and includes zoom functionality for a closer view of the ISS's location.
git clone https://github.com/AB1775/Java-ISS-Tracker
cd /path/to/Java-ISS-Tracker/
mvn install
java -jar target/Java-ISS-Tracker-main/target/isstracker-1.0-SNAPSHOT-jar-with-dependencies.jar
git clone https://github.com/AB1775/Java-ISS-Tracker
cd \path\to\Java-ISS-Tracker\
mvn clean install
mvn exec:java -Dexec.MainClass="com.isstracker.Main"