No description
| 3rd | ||
| js | ||
| lib | ||
| Caddyfile | ||
| index.html | ||
| LICENSE | ||
| pmom.php | ||
| README.md | ||
| style.css | ||
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.jsandjs/pmom.wasmare served (Caddyfile setsapplication/wasmfor*.wasm).