Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.4 KB

File metadata and controls

43 lines (32 loc) · 1.4 KB

Node CI

Satellite orbit visualization and pass prediction.

Screenshot

Features

  • Calculate position and orbit of satellites from TLE
  • Set groundstation through geolocation or pick on map
  • Calculate passes for a set groundstation
  • Local browser notifications for passes
  • Serverless architecture
  • Works offline as Progressive Web App (PWA)

Built With

Forked From

Development

Setup

Initialize submodules and install npm build dependencies:

git submodule update --init
npm install

Run

  • npm run start for the dev server
  • npm run build to build the application (output in dist folder)
  • npm run serve to build the application and serve with static webserver
  • npm run update-tle to retrieve the latest satellite TLEs from NORAD

License

This project is licensed under a RESTRICTIVE License - see the LICENSE file for details.