uptime-kuma/extra/push-examples/typescript-fetch/README.md

20 lines
145 B
Markdown
Raw Normal View History

2023-10-02 21:48:21 +00:00
# How to run
2023-09-13 12:03:12 +00:00
Node.js (ts-node)
```bash
ts-node index.ts
```
Deno
```bash
deno run --allow-net index.ts
```
Bun.js
```bash
bun index.ts
```