https://github.com/stephenyeargin/trmnl-nyt-best-sellers
📚 New York Times Best Seller List for TRMNL
https://github.com/stephenyeargin/trmnl-nyt-best-sellers
hacktoberfest nytimes-apis trmnl trmnl-plugin
Last synced: 7 months ago
JSON representation
📚 New York Times Best Seller List for TRMNL
- Host: GitHub
- URL: https://github.com/stephenyeargin/trmnl-nyt-best-sellers
- Owner: stephenyeargin
- License: mit
- Created: 2025-07-19T02:01:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-21T13:00:41.000Z (9 months ago)
- Last Synced: 2026-02-09T15:02:07.427Z (7 months ago)
- Topics: hacktoberfest, nytimes-apis, trmnl, trmnl-plugin
- Language: Liquid
- Homepage: https://usetrmnl.com/recipes/121924
- Size: 1.25 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# New York Times Best Sellers for TRMNL
[](https://github.com/stephenyeargin/trmnl-nyt-best-sellers/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
```