The Live International Satellite Station Locator is a dynamic web application that allows users to track and explore the International Space Station (ISS) in real-time. By leveraging the ISS API and Google Maps API, this project provides an interactive and informative platform to visualize the current position of the satellite as it orbits the Earth.
- Node.js
- Express.js
- EJS
- Google API
- ISS API
- Clone the repository:
git clone https://github.com/yourusername/satellite-locator.git
- Install dependencies:
npm install
- Set up API keys: Replace
YOUR_ISS_API_KEY
andYOUR_GOOGLE_MAPS_API_KEY
in the respective places. - Run the server:
npm start
- Access the application in your browser:
http://localhost:4000