Skip to content

imhaage/iss-tracker

Repository files navigation

International Space Station tracker

A simple React + deck/gl that shows the position of the ISS in real time.

  • Every 10 seconds, the ISS position is fetched from wheretheiss.at API.
  • Then, the station icon on the map is updated (deck.gl IconLayer).
  • The dotted path followed by the ISS is drawn using a deck.gl ScatterPlotLayer.

Install and run the app

npm i
npm run dev

The application should be accessible at http://localhost:5173.

image

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors