Using the Real time ISS position, I have developed a static website that displays the current position of the International Space Station with a spacecraft icon, crew information, and light/dark mode toggle. You can explore it here: ISS Tracker
- 🛰️ Real-time ISS position snapshot (at time of generation)
- 👨🚀 Current crew member information
- 🌍 Interactive map with custom spacecraft icon
- 🌗 Light/Dark mode toggle (changes water color to dark grey)
- 📱 Responsive design works on all devices
- ⏳ Static HTML (perfect for GitHub Pages)
This project uses:
- The Open Notify API for ISS data
- Leaflet.js for interactive maps
- Pure HTML/CSS/JavaScript (no frameworks needed)
The website shows:
- Current ISS latitude/longitude
- Number of astronauts aboard
- Crew member names
- Last update time
- Visual orbit path
- Visit the live GitHub Pages site
- View the ISS current position
- Toggle dark mode using the button below the info panel
To regenerate the static HTML with current data:
python generate_iss_tracker.py