uptime-kuma/extra/push-examples/typescript-fetch
Adam Stachowicz 04b8681cfb
Fix few markdownlint warnings (#3825)
2023-10-03 05:48:21 +08:00
..
README.md Fix few markdownlint warnings (#3825) 2023-10-03 05:48:21 +08:00
index.ts Show push example under the detail page (#3739) 2023-09-25 17:49:00 +08:00
package.json Push Examples (#3735) 2023-09-13 20:03:12 +08:00

README.md

How to run

Node.js (ts-node)

ts-node index.ts

Deno

deno run --allow-net index.ts

Bun.js

bun index.ts