A desktop application that displays a satellite's position and orbital path on an interactive 3D globe.
This project is built using electron-react-boilerplate as the foundation.
It uses the N2YO API to fetch TLE data.
Clone the repo and install dependencies:
git clone https://github.com/5hanazar/mysatellite.git
npm installCreate a .env file in the root directory and provide the credentials:
n2yo_key = your_n2yo_api_key
norad_id = satellite_norad_idStart the app in the dev environment:
npm startTo package apps for the local platform:
npm run package