SPB Git forge
15commits 1branches 0releases
29.7 MBsize
maindefault branch
10 days agolast push
TypeScript 36.3% Python 31.8% Go 18% JavaScript 9.8% Shell 1.9% SQL 1.4% CSS 0.5%
586 B · 8 lines typescript
Raw Blame History
1export const SITE_NAME = 'InternetPressure.io';2export const TAGLINE = 'The real-time pressure gauge for the Internet';3export const DESCRIPTION =4  'A live, independent measure of how stressed the public Internet is right now: routing, latency, DNS, availability, HTTP/TLS and path signals from our own probe network and open BGP telemetry, synthesised into one explainable 0–100 index.';5export const SITE_URL = process.env.NEXT_PUBLIC_SITE_URL ?? 'https://www.internetpressure.io';6export const CONTACT_EMAIL = 'contact@spboucher.ai';7export const AUTHOR = 'Simon-Pierre Boucher';8