/SatelliteMap

Realtime 3D Satellite Map

Primary LanguageJavaScript

3D Satellite Map

This app is still a work-in-progress

A realtime 3D satellite map created with ThreeJS and Node, use this tool track the position of any satellite or space stations realtime in 3D

Preview https://dfrankes.nl/Ghee9dQGPe.gif Preview

Roadmap

  • Show visible satellites based on your
  • more...

How to run client

cd src/client/;
npm install
npm run dev
open http://localhost:5000

How to run Server

cd src/server/;
npm install
created .env
npm run dev