Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukasjhan/heartbeat

Check the quality of services from around the world
https://github.com/lukasjhan/heartbeat

Last synced: 21 days ago
JSON representation

Check the quality of services from around the world

Awesome Lists containing this project

README

        

# HeartBeat

A simple status page for your services.

- [Live Preview](heartbeat-vert.vercel.app)

## Features

- One click deployment for your status page
- Easy to use
- Check latency of your services from across the globe
- Manage team members
- Add multiple services

## Preview

![Status Preview](public/og.png)

## Getting Started

Follow the instructions based on the package manager you use (npm/pnpm)

### Install dependencies

```bash
npm install
```

```bash
pnpm install
```

### Run the newly created app

```bash
npm run dev
```

```bash
pnpm run dev
```

## License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details.