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

20 lines
145 B
Markdown
Raw Normal View History

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