https://github.com/stephenyeargin/trmnl-uptimerobot
🤖 UptimeRobot for TRMNL
https://github.com/stephenyeargin/trmnl-uptimerobot
hacktoberfest trmnl trmnl-plugin uptimerobot uptimerobot-api
Last synced: about 1 month ago
JSON representation
🤖 UptimeRobot for TRMNL
- Host: GitHub
- URL: https://github.com/stephenyeargin/trmnl-uptimerobot
- Owner: stephenyeargin
- License: mit
- Created: 2025-06-17T23:31:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T03:51:09.000Z (about 2 months ago)
- Last Synced: 2026-04-15T05:24:11.458Z (about 2 months ago)
- Topics: hacktoberfest, trmnl, trmnl-plugin, uptimerobot, uptimerobot-api
- Language: Liquid
- Homepage: https://usetrmnl.com/recipes/98765/
- Size: 218 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-trmnl - Uptime robot (websites) - UptimeRobot for TRMNL by stephenyeargin (🔌 Plugins - General)
README
# UptimeRobot for TRMNL
[](https://github.com/stephenyeargin/trmnl-uptimerobot/actions/workflows/build.yml)

## Screenshots

## 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
```