Skip to content

Aurous/ISSTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

International Space Station Tracker

The tracking api utilizes Open Notify, an open source project that drive two of the apis in this project.

ISS-Location-Now returns the current location of the International Space Station in latitude and longitude.

People-In-Space returns everyone who is currently in space with their name and what craft they are on.

The photos of the astronauts is being provided by NASA's Api NASA Image and Video Library

Using the astronauts name then filtering the search for portrait in the description of the data returns the images that show the astronauts.


React JS Frameworks Used:

React - Main javascript framework

@material-ui/core - Main style and content manager

@material-ui/icons - Icons used on people in space page

material-ui-image - Used to make world map resize in 16:9 ratio

react-router-dom - Enables app to have muiltiple pages easily