Skip to content

Repository files navigation

ISS Tracker Web Application

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.


Features

  • 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.

Setup

  1. Create a .env file in the project root and add your Google Maps API key:

    VITE_GOOGLE_MAPS_API_KEY=your_api_key_here
  2. You can get your Google Maps API key here: Google Cloud Console – Maps API

  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open the URL displayed in the console (http://localhost:3000) in your browser.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages