Skip to content

MGadhvi/ISS-Locator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Where is the ISS?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published