# Satellite Tracking site A simple site to track satellite using satellite js and deck.gl ## Features - 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 ## Deployment To deploy this project run ```bash node server.js ``` Open http://localhost:3000 in your browser. ## Acknowledgements - [Satellite propagation(satellite js)](https://github.com/shashwatak/satellite-js) - [visualization(deck.gl)](https://deck.gl/) - [satellite data(space-track)](https://www.space-track.org) ## Authors - [@harrycraft44](https://github.com/harrycraft44) ## Demo Demo hosted on render https://satellite-tracker-f2ms.onrender.com/