A simple web application that tracks the International Space Station (ISS) in real-time using Leaflet.js for map visualization and a public API to fetch the ISS's current location.
- Displays the current location of the ISS on a Leaflet map.
- Updates the ISS's position every second.
- Shows latitude and longitude in real-time.
- Custom marker for the ISS.
- Leaflet.js: A leading open-source JavaScript library for interactive maps.
- ISS API: Provides real-time data on the ISS's location. https://wheretheiss.at/
- HTML/CSS/JavaScript: Core technologies for building the web application.