Application to show the current location of the ISS
Uses the following REST API's for model data
http://api.open-notify.org/ - ISS Location
https://geocode.maps.co - Reverse Geocoding
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>