uptime-kuma/extra/push-examples/typescript-fetch
2026-01-09 03:47:31 +00:00
..
index.ts chore: enable formatting over the entire codebase in CI (#6655) 2026-01-09 02:10:36 +01:00
package.json chore: fix tab with in the prettier config being different from previously causing hard merges (#6656) 2026-01-09 03:47:31 +00:00
README.md Fix few markdownlint warnings (#3825) 2023-10-03 05:48:21 +08:00

How to run

Node.js (ts-node)

ts-node index.ts

Deno

deno run --allow-net index.ts

Bun.js

bun index.ts