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.
npm i
npm run devThe application should be accessible at http://localhost:5173.