Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 311 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 311 Bytes

ground-track

A simple web app showing ground track of the moon for the past and next 12 hours.

Moon position is computed using algorithm described in Chapter 47 of Astronomical Algorithms, Second Edition by Meeus.

Build

npm install
npm run build
npm test

Run

Open index.html under dist/.