pull/895/merge
M Gadhvi 11 months ago committed by GitHub
commit 55e3ad21b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,23 @@
# Where is the ISS?
**Tier:** 1-Beginner
Using the [Open Notify API](http://open-notify.org/Open-Notify-API/ISS-Location-Now/), create an application that shows where the International Space Station is! This simple project with help you learn how to make calls to an API to request and present JSON data. This can be a simple terminal, text based application or a website.
## User Stories
- [ ] As a User, I want to know the current Latitude of the ISS
- [ ] As a User, I want to know the current Longitude of the ISS
- [ ] As a User, I want to know when my request was made
## Bonus features
- [ ] **Given** I have made a request, **When** I check the date/time of the request, **Then** I would like to see it in an easy to read format (e.g 2024-10-18 at 10:00)
- [ ] **Given** I have made a request, **When** I check the location, **Then** I would like to see a country, not the latitude/longitude
- [ ] **Given** I am using a web application, **When** I refresh the page, **Then** I would like a new request to be made
## Useful links and resources
- [Open Notify API](http://open-notify.org/Open-Notify-API/ISS-Location-Now/)
- [What is an Epoc?](https://en.wikipedia.org/wiki/Unix_time)
- [Covert Latitude and Longitude to location](https://www.latlong.net/Show-Latitude-Longitude.html)
## Example projects
https://github.com/MGadhvi/ISS-Locator
Loading…
Cancel
Save