SPEC.md is the complete execution plan: architecture, verified data-feed CORS probes, per-layer component specs, verification protocol, and the gated partly.party/godsigh deployment phase. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
706 B
Markdown
19 lines
706 B
Markdown
# GODSIGH
|
|
|
|
A browser-based 3D/4D OSINT world view — CesiumJS digital-twin globe fusing public sensor feeds (satellite orbits, live ADS-B aircraft, AIS shipping, infrastructure vectors) on one scrubbable timeline. Inspired by Bilawal Sidhu's *God's Eye View*.
|
|
|
|
**Status: pre-build.** The complete build & deployment instructions live in [SPEC.md](SPEC.md) — start there.
|
|
|
|
## Quickstart (dev)
|
|
|
|
```sh
|
|
python3 serve.py 8137
|
|
# open http://127.0.0.1:8137
|
|
```
|
|
|
|
`serve.py` is a zero-dependency static server that also proxies the OpenSky ADS-B API (which blocks cross-origin browser calls) at `proxy/opensky`.
|
|
|
|
## Target
|
|
|
|
`https://partly.party/godsigh/` — deployment is the final build phase, gated on John.
|