repos
/ finance-rust master

finance-rust

mirror archived upstream

Single-binary self-hosted market watcher for stocks, ETFs, indexes, and futures: live charts, key stats, fundamentals, SEC filings, and SSE streaming.

axumdockerfinancerustself-hostedsqlitestocksvite

174 B · 6 lines · JavaScript Raw History
1// Data-health page: endpoint guards, scheduler jobs, and the fetch-log tail.
2import "./styles/health.scss";
3import { initHealth } from "./scripts/health.js";
4
5initHealth();