This web application displays the real-time location of the International Space Station (ISS), its crew count and composition, as well as the current UTC time. All data is automatically updated every 5 seconds.
- Fetch the current ISS coordinates (latitude and longitude) via the OpenNotify API.
- Display the ISS location on a Google Map with a marker.
- Show the current crew count and members of the ISS.
- Display the current UTC time.
- Automatic data updates every 5 seconds.
-
Create a
.envfile in the project root and add your Google Maps API key:VITE_GOOGLE_MAPS_API_KEY=your_api_key_here
-
You can get your Google Maps API key here: Google Cloud Console – Maps API
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the URL displayed in the console (
http://localhost:3000) in your browser.