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/ISS-Tracker
cd /path/to/ISS-Tracker/mvn installjava -jar target/ISS-Tracker-main/target/isstracker-1.0-SNAPSHOT-jar-with-dependencies.jargit clone https://github.com/AB1775/ISS-Trackercd \path\to\ISS-Tracker\mvn clean installmvn exec:java -Dexec.MainClass="com.isstracker.Main"