You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The ISS and Iridium Flare tables are obtained by sending GET requests to:<br>
30
30
http://heavens-above.com (HTTP API used with permission)
31
+
* Per-table shortcodes implemented by Peter Lieverdink
32
+
31
33
32
34
This is a WordPress plugin, so it is written in PHP. Since it is available on the WordPress plugin directory, it is also stored in a SVN repository. However, this GitHub project is the single source of truth for the plugin.
* Sun/Moon table: The times for sunrise, sunset, moonrise, moonset, morning astronomical twilight, and evening astronomical twilight for the specified days (max 10 days).
37
43
* Planets table: The times and visibility for the planets, for the current day.
38
-
* (DISABLED - will be restored later) ISS table: The times and directions for visible ISS passes over the specified days (max 10 days).
44
+
* ISS table: The times and directions for visible ISS passes over the specified days (max 10 days).
39
45
* (REMOVED) Iridium flares table: The times and directions for visible Iridium flares over the specified days (max 7 days).
40
46
41
47
You can view the plugin in action here: [http://johnjleary.com/notforlong](http://johnjleary.com/notforlong)
@@ -47,6 +53,7 @@ You can view the plugin in action here: [http://johnjleary.com/notforlong](http:
47
53
* Moonrise and Moonset class (with a correction for timezone): http://dxprog.com/entry/calculate-moon-rise-and-set-in-php
0 commit comments