Skip to content

Commit 090cee8

Browse files
authored
Update README.md
1 parent 8d83995 commit 090cee8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Email notifications for ADVRider threads. Built for Cloud Run, written in Go.
88

99
ADVRider's built-in notifications only email you once after your last visit. This keeps the conversation going by emailing every new post until you unsubscribe.
1010

11+
## Usage
12+
13+
Visit https://advrider-notifier.codegroove.toys/ for the production instance
14+
1115
## Features
1216

1317
- **Respectful polling:** Adaptive intervals from ~10 minutes (active threads) to 4 hours using exponential backoff. Minimum poll time is defined as `5min × 2^(hours_since_post / 3)`, with a 10-minute polling loop; shared fetch for all subscribers to minimize load.
@@ -23,10 +27,5 @@ go run .
2327

2428
Server will be available at http://localhost:8080
2529

26-
## License
27-
28-
Apache 2.0 - see LICENSE file
29-
3030
---
31-
3231
Built with 🪿 by [codeGROOVE llc](https://codegroove.dev)

0 commit comments

Comments
 (0)