Skip to main content

Swamp Club Score

@mgreten/swamp-club-scorev2026.07.31.1· 22d agoMODELS
01README

Fetch and normalize a Swamp Club profile snapshot for a user such as mgreten, including lifetime and rolling-24-hour scores and leaderboard placements, 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.

02Release Notes

Adds explicit lifetime and rolling-24-hour Today score and rank fields for dashboard consumers, with deterministic named-board selection and outage-safe snapshot writes.

03Models1
@mgreten/swamp-club-scorev2026.07.31.1extensions/models/swamp_club_score.ts

Global Arguments

ArgumentTypeDescription
usernamestring
swampClubUrlstring
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
04Previous Versions5
2026.07.16.1

Rebuild against swamp CLI 20260716

2026.07.10.1
2026.06.27.3
2026.06.27.2
2026.06.27.1
05Stats
A
100 / 100
Downloads
5
Archive size
8.1 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
06Platforms
07Labels