https://github.com/bnussbau/trmnl-sleeper-matchups
Fantasy football league matchups from Sleeper on your TRMNL
https://github.com/bnussbau/trmnl-sleeper-matchups
trmnl trmnl-plugin
Last synced: 5 months ago
JSON representation
Fantasy football league matchups from Sleeper on your TRMNL
- Host: GitHub
- URL: https://github.com/bnussbau/trmnl-sleeper-matchups
- Owner: bnussbau
- License: mit
- Created: 2025-08-18T13:54:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-09-18T09:49:36.000Z (10 months ago)
- Last Synced: 2025-11-08T07:17:21.436Z (9 months ago)
- Topics: trmnl, trmnl-plugin
- Language: Liquid
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## 🏈 Sleeper Matchups
A TRMNL recipe that displays real-time fantasy football league matchups from Sleeper, showing head-to-head matchups between teams with their scores and performance.

### Configuration
To use this recipe, you'll need to set in `.trmnlp.yml`:
1. **League ID**: Get your Sleeper League ID from the [Sleeper League Finder](https://sleeper-league-finder.divine-wood-7de9.workers.dev/)
2. **Week**: Set the current week to display specific matchups
3. **League Name** (optional): Display your league name in the title bar
4. **Week Reminder**: Shows a hint when the configured week doesn't match the API's current week
### Data Displayed
The plugin shows the following information for each matchup:
- **Team Names**: Custom team names or fallback to "Team [Display Name]"
- **Owner Names**: Display names of the team owners
- **Scores**: Current fantasy points for each team
- **Matchup Results**: Visual indication of which team is winning
### Development
Can be served via [trmnlp](https://github.com/usetrmnl/trmnlp). Install trmnlp and run
```
trmnlp serve
```