https://github.com/stephenyeargin/trmnl-tdot-smartway
🚗 📸 Traffic cameras on Tennessee highways and interestates
https://github.com/stephenyeargin/trmnl-tdot-smartway
traffic-camera-feeds trmnl trmnl-plugin
Last synced: 2 months ago
JSON representation
🚗 📸 Traffic cameras on Tennessee highways and interestates
- Host: GitHub
- URL: https://github.com/stephenyeargin/trmnl-tdot-smartway
- Owner: stephenyeargin
- License: mit
- Created: 2026-05-09T02:40:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-09T19:54:55.000Z (3 months ago)
- Last Synced: 2026-05-09T21:33:15.544Z (3 months ago)
- Topics: traffic-camera-feeds, trmnl, trmnl-plugin
- Language: Liquid
- Homepage: https://trmnl.com/recipes/302448
- Size: 631 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDOT SmartWay Cameras for TRMNL
[](https://github.com/stephenyeargin/trmnl-tdot-smartway/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
```