uptime-kuma/extra/push-examples/typescript-fetch/README.md
2023-10-03 05:48:21 +08:00

20 lines
145 B
Markdown

# How to run
Node.js (ts-node)
```bash
ts-node index.ts
```
Deno
```bash
deno run --allow-net index.ts
```
Bun.js
```bash
bun index.ts
```