ISS Station Tracker

Reach for the Stars!

An app for aspiring star-gazers

Ok, so the International Space Station isn't a star, but it will still show up on a telescope. This vue.js app will show you the lattitude and longitude coordinates of the ISS's position. For bonus points (and for those that don't read coordinates) it will show you the spot on a map.

Check out the detailed explanation below, see the app live or see the Github Repo

Screenshot of the tracker home page

The Method:

The project started as a basic HTML/CSS build. I started with simple text and left spaces for the longitude/latitude to populate on the screen.


Next, I selected the "wheretheiss.at" API to pull in the data I needed; I hooked in the JavaScript to pull the longitude and latitude to pull and populate when the page loads.


Using the Vue.js framework, I linked an addional Vue displaying just a pin on a GoogleMap. This was done by displaying a GoogleMap link, with the longitude/latitude drawn from the API replacing the latitude and longitude in the URL


Unexpected Challenges:

Midway through the project the free API I was using to collect data on the ISS stopped working. I had to locate a new API to make the call.


Screenshot of the map page of the tracker