ISS Visualizer is a simple web application that shows the current location of the International Space Station (ISS) on a map.
- Clone the repository
- Install python dependencies:
pip install -r requirements.txt - Run the application:
python main.py - Open
iss_map.htmlin your browser.
The application will automatically update the ISS location every 1 second. It also saves the ISS location history in a file called iss_data.json. You can use this file to plot the ISS path on a map.