Commit Graph

12 Commits

Author SHA1 Message Date
Don Cross
35c587c1bb Added link to functioning Moon Info calculator. 2022-12-30 15:36:24 -05:00
Don Cross
77854a8bd7 Web page demo: moon radar pulse round trip.
Added a web page that calculates the round trip time
of a radar pulse from an observer at a given location on
the surface of the Earth to bounce from the Moon and return
back to that observer.
2021-07-12 19:45:45 -04:00
Mateo Tibaquira
21c053dbed JS: Refactor the build setup
The npm dependencies required are now
installed locally inside the generate folder.

Cleaned up the Astronomy object closure for TS
and kept it for the Browser bundle.

We will have some usage examples in the website.
2021-02-07 17:09:21 -05:00
Don Cross
1b0ba300d8 Removed all references to GitHub Pages, because it has been disabled.
I'm not going to use GitHub Pages after all, because it is
causing more problems than it is helping. All I really wanted
was a way to host live JavaScript browser examples.
I will find my own way of hosting just those.

The main problem is that GitHub pages uses a different flavor
of Markdown than GitHub. This makes it really difficult to get
something that works right across both.  In general, it doubles
how much stuff I have to look at when I make a cosmetic change.

So I have already turned off GitHub Pages on this repo,
and this commit removes all links and references to it.
2019-07-09 19:49:28 -04:00
Don Cross
a205fcbcb7 Added node.js example for how to calculate culmination. 2019-06-18 15:28:47 -04:00
Don Cross
480a7d44f1 Added browser demo for calculating sunrise, sunset, moonrise, moonset. 2019-06-15 15:12:28 -04:00
Don Cross
cf0b2c354c Updated browser example readme. Mention minimized version. Use relative links. 2019-06-12 17:33:32 -04:00
Don Cross
f723ea93d9 Starting to implement another JS demo: planet positions. 2019-05-14 18:11:38 -04:00
Don Cross
330cd47f9a Removed fossil Node.js section from JS browser document. 2019-05-13 15:19:31 -04:00
Don Cross
1bde214fd3 Fixed incorrect links. 2019-05-13 14:55:18 -04:00
Don Cross
4ae1626615 I had Node.js, browser docs backwards. 2019-05-13 14:52:20 -04:00
Don Cross
8cd6b421b6 Split JS examples into separate pages for Node.js and browser. 2019-05-13 14:44:05 -04:00