A simple site to track satellite using satellite js and deck.gl
- Visualizes satellites on a 2D map using deck.gl
- Fetches and parses TLE data from a local NDJSON file
- Displays satellite info on click
- Uses satellite.js for orbital calculations
- Web worker support for smooth satellite position updates
To deploy this project run
node server.jsOpen http://localhost:3000 in your browser.
Demo hosted on render https://satellite-tracker-f2ms.onrender.com/