https://github.com/stephenyeargin/trmnl-seatgeek
🎟️ SeatGeek for TRMNL
https://github.com/stephenyeargin/trmnl-seatgeek
seatgeek seatgeek-api trmnl trmnl-plugin
Last synced: 6 months ago
JSON representation
🎟️ SeatGeek for TRMNL
- Host: GitHub
- URL: https://github.com/stephenyeargin/trmnl-seatgeek
- Owner: stephenyeargin
- License: mit
- Created: 2025-07-17T00:26:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-20T03:28:55.000Z (about 1 year ago)
- Last Synced: 2025-07-20T05:43:59.802Z (about 1 year ago)
- Topics: seatgeek, seatgeek-api, trmnl, trmnl-plugin
- Language: Liquid
- Homepage: https://usetrmnl.com/recipes/120686
- Size: 249 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-trmnl - Seatgeek upcoming events - Seatgeek upcoming events by stephenyeargin (🔌 Plugins - General)
README
# SeatGeek for TRMNL
[](https://github.com/stephenyeargin/trmnl-seatgeek/actions/workflows/build.yml)

## Screenshots
### Venue

| Half Horizontal | Half Vertical | Quadrant |
| ---------- | ---------- | ---------- |
|  |  |  |
### Performer

| Half Horizontal | Half Vertical | Quadrant |
| ---------- | ---------- | ---------- |
|  |  | 
## Development
### Releasing
This project uses automated releases based on the `VERSION` file. To create a new release:
1. Update the version using the bump script:
```bash
./bin/bump-version [major|minor|patch]
```
2. Commit and push the version change:
```bash
git add VERSION
git commit -m "Bump version to X.Y.Z"
git push origin main
```
3. The GitHub Action will automatically:
- Create a git tag for the new version
- Generate release notes from commits
- Create a GitHub release
- Deploy to TRMNL using `trmnlp push`
### Manual Development
For local development and testing:
```bash
# Run development server
./bin/dev
# Push to TRMNL (requires API key configuration)
trmnlp push
```