An open API service indexing awesome lists of open source software.

https://github.com/labwhatever/ping-my-backend

Ping your backends and keep them awake — get reminders and avoid cold starts. A simple uptime bot with a modern UI.
https://github.com/labwhatever/ping-my-backend

Last synced: 9 months ago
JSON representation

Ping your backends and keep them awake — get reminders and avoid cold starts. A simple uptime bot with a modern UI.

Awesome Lists containing this project

README

          

# ping-my-backend

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

made using bun
This project was created using `bun init` in bun v1.2.7. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.