Satellite Tracker - visualization and pass prediction.
Initialize submodules and install npm build dependencies:
git submodule update --init
npm ci
docker run -p 8080:8080 shiroinekotfs/satellitetracker:latest
npm run start for the dev servernpm run build to build the application (output in dist folder)npm run serve to build the application and serve with static webservernpm run update-tle to retrieve the latest satellite TLEs from NORADThis project is licensed under the MIT License - see LICENSE file for details.
Inspired by a visualization developed for the MOVE-II CubeSat project by Jonathan, Marco and Flo.