Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 498 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 498 Bytes

ISS Locator

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

Dependencies

<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>