No description
Find a file
2025-12-22 15:00:43 +02:00
3rd removed deprecated JS 2018-12-09 13:25:20 +01:00
js Use wasm ephemeris locally and document Caddy serving 2025-12-22 15:00:43 +02:00
lib Use wasm ephemeris locally and document Caddy serving 2025-12-22 15:00:43 +02:00
Caddyfile Use wasm ephemeris locally and document Caddy serving 2025-12-22 15:00:43 +02:00
index.html added festivals, chronokrators and PGM modules to kemetic.js 2022-09-22 22:19:40 +02:00
LICENSE Initial commit 2018-12-09 12:41:21 +01:00
pmom.php added hideable filter option for whole modules 2022-09-17 15:44:26 +02:00
README.md Use wasm ephemeris locally and document Caddy serving 2025-12-22 15:00:43 +02:00
style.css added hideable filter option for whole modules 2022-09-17 15:44:26 +02:00

sublunar.almanac

browser based tool to find auspicious hours for magical operations

http://almanac.sublunar.space/

check the article here

Running without PHP (WASM path)

  • Build wasm assets: podman run --rm --userns=keep-id -v $(pwd):/src:Z -w /src/lib/sweph docker.io/emscripten/emsdk make -f JSMakefile clean pmom install
  • Serve statically with Caddy (example in Caddyfile): caddy run --config Caddyfile
  • Ensure js/pmom.js and js/pmom.wasm are served (Caddyfile sets application/wasm for *.wasm).