update README

pull/5/head
lyc8503 2023-11-08 23:53:28 +08:00
parent db3425b832
commit c275813d97
2 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# UptimeFlare
# 🕒UptimeFlare
Another **serverless (and free!)** uptime monitoring & status page on Cloudflare Workers with more advanced features and nice UI.
@ -22,7 +22,7 @@ Another **serverless (and free!)** uptime monitoring & status page on Cloudflare
- Customizable status page
- Use your own domain with CNAME
## Demo
## 🪧Demo
My status page (Online demo): https://uptimeflare.pages.dev/
@ -30,11 +30,11 @@ Some screenshots:
![Desktop, Light theme](docs/desktop.png)
## Quickstart
## Quickstart
Please refer to [Quickstart](https://github.com/lyc8503/UptimeFlare/wiki/Quickstart)
## Documentation
## 📄Documentation
## TODOs

View File

@ -2,9 +2,5 @@ name = "uptimeflare-worker"
main = "src/index.ts"
compatibility_date = "2023-05-15"
kv_namespaces = [
{ binding = "UPTIMEFLARE_STATE", id = "ff7ab44866d746aaa19f2225e464ad3e" }
]
[triggers]
crons = ["*/2 * * * *"] # run every 2 minutes