Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukasjhan/heartbeat
- Owner: lukasjhan
- License: mit
- Created: 2024-01-17T14:30:23.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-16T23:40:44.000Z (8 months ago)
- Last Synced: 2024-04-12T05:09:12.080Z (7 months ago)
- Language: TypeScript
- Homepage: https://heartbeat-vert.vercel.app
- Size: 620 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.