Hardcover is a social network for book lovers to find life changing books, track what you read & want to read, and connect with passionate readers.
This TRMNL plugin displays your account statistics and goals, as well as the books you've recently read, are currently reading, or want to read.
git clone https://github.com/yourusername/hardcover_trmnl.git
cd hardcover_trmnltrmnlp is a basic self-hosted web server to ease the development and sharing of TRMNL plugins.
Copy the example configuration or create a .trmnlp.yml file in the project root:
# .trmnlp.yml
# TRMNLP configuration
---
watch:
- .trmnlp.yml
- src
custom_fields:
featuredArea: 'recently_read'
bearerToken: "" # Add your bearer token here
variables:
trmnl: {}Note:
.trmnlp.yml is gitignored by default. If you need to set sensitive or environment-specific values (like bearerToken), do so here.
To start TRMNLP in watch mode:
trmnlp serveOr run other TRMNLP commands as needed.
trmnlp login # authenticate
trmnlp push # uploadsrc/- Main source code.trmnlp.yml- TRMNLP configuration (user-specific, not tracked by git)
Feel free to open issues or pull requests!