Swamp Club Score
@mgreten/swamp-club-scorev2026.06.27.3
01README
Fetch and normalize a Swamp Club profile snapshot for a user such as
mgreten, including the current score, leaderboard placement, streak and
activity metadata, and the highest-value visible score buckets from the
public profile page.
The model is intentionally read-only: it does not mutate the profile or require lab issue workflows. It is designed to be polled and then surfaced as a Home Assistant sensor or other dashboard entity.
02Models
@mgreten/swamp-club-scorev2026.06.27.3extensions/models/swamp_club_score.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| username | string | |
| swampClubUrl | string |
fn sync()
Fetch the public Swamp Club profile page and leaderboard lookup for the configured user
Resources
snapshot(infinite)— Latest normalized Swamp Club profile snapshot
leaderboards(infinite)— Leaderboard lookup payloads for the current user
topBuckets(infinite)— Top visible score buckets from the profile breakdown
03Previous Versions
2026.06.27.2Jun 27, 2026
2026.06.27.1Jun 27, 2026
04Stats
A
100 / 100
Downloads
0
Archive size
7.6 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels