JIT
Creating an app for real-time tracking of asteroids and cosmic objects
Build an app which scrape data from internet from all types of websites about asteroid, meteroid, and cosmological constellations objects position in real time movements and also shows distance among them in real time changing positions of all objects

We set up a real-time solar-system tracker that fetches orbital elements for small bodies (asteroids/meteoroids) from JPL SBDB, propagates their heliocentric positions, visualizes them in 3D, and computes live distances between objects. Add objects by name (or designation). The server fetches orbital elements and the app updates positions in real time.

Updated files
v1