Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 846 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 846 Bytes

🚨 External Status Monitoring Service🚨

Easily monitor your external providers status page.

A service by OpenStatus

🔥 How it works?

It regulary check external status page for updates.

At the moment it only supports Atlassian StatusPage but more will come.

🙋 Why?

We believe the status of your external service should be open and accessible to everyone.

🥞 The Stack

  • Bun - Package manager
  • Hono - API
  • Cloudflare Workers
  • Cloudflare D1
  • Cloudflare Queues
  • Cloudflare Cron Scheduler

🧑‍💻 Development

  1. Install dependencies
bun install
  1. Execute database migration
wrangler d1 execute status-db --local --file=./drizzle/0000_outstanding_doomsday.sql
  1. Run it
bun dev