DEVELOPER SANDBOX
API Status & Tooling
Real-time endpoints · Deployment logs · Code snippets & docs
API Status Board
CoinGecko (Crypto)
ONLINE · 24ms
CBE Exchange API (Forex)
ONLINE · 45ms
World Bank (Population)
LAGGING · 320ms
EthioTelecom SMS (OTP)
ONLINE · 67ms
Deployment Logs
LiveMereja.uk v2.6.4
Last Push: April 27, 2026 - 16:15 PM
Environment: GitHub Pages (Main)
Build Status: SUCCESSFUL
CI/CD: GitHub Actions
Branch: main
Snippet Repository
Standard Data-Block CSS
.data-block { background: white; padding: 25px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
GitHub Action Workflow (Auto-Deploy)
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4
Fetch Exchange Rates (JavaScript)
async function getRate() {
const res = await fetch('/api/cbe');
const data = await res.json();
console.log(data.USD);
}
const res = await fetch('/api/cbe');
const data = await res.json();
console.log(data.USD);
}
Framework Documentation
Internal Tooling
Registry: npm mirror ·
https://npm.livemereja.ukAnalytics: Umami · self-hosted
Logging: Loki + Promtail