/ISS-Tracker

electron app to Track the ISS position and using three js to render the ISS position.

Primary LanguageJavaScript

ISS-Tracker

Electron + Three.js

A simple electron app which track the real time position of the ISS, using three.js to render the globe and position the ISS at the given Coordinates.

Demo

demo gif

Getting Started

Clone the repo, then:

npm install
npm start

Your Globe is rendered using a frameless window and transparent background.

libraries Used:

  • Electron
  • Three js
  • Realtime-webgl globe by askmike

Todo

  1. Notify you when the ISS is overheaad or at a specific location.
  2. Create a tray icon or use electron position to place the globe at a specific region.
  3. Create a globe stand which can i can include some setup functions.