Skip to content

Instantly share code, notes, and snippets.

@faultables
faultables / client.js
Last active October 16, 2024 08:17
cf worker + uptime kuma
<script>
document.addEventListener("DOMContentLoaded", function() {
const cfWorkerURL = "https://status.edgy0.workers.dev/"
const kumaURL = "https://status.faultables.net"
const homelabTitle = "faultables homelab"
fetch(cfWorkerURL)
.then(res => res.json())
.then(payload => {
const data = payload.data