https://github.com/javierarce/dear-reader
Deliver newsletters to your Kindle
https://github.com/javierarce/dear-reader
feedbin kindle newsletter
Last synced: 5 months ago
JSON representation
Deliver newsletters to your Kindle
- Host: GitHub
- URL: https://github.com/javierarce/dear-reader
- Owner: javierarce
- License: mit
- Created: 2021-06-08T06:28:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T11:30:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T10:11:08.035Z (7 months ago)
- Topics: feedbin, kindle, newsletter
- Language: JavaScript
- Homepage: https://reader.javierarce.com/
- Size: 1.68 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dear Reader
Dear Reader sends your favorite newsletters from Feedbin directly to your Kindle.

### How does it work?
Dear Reader uses the Feedbin API to get the newsletters from the tag you select, creates an ebook, and delivers it to your Kindle.
### How to install it
1. Clone the project
2. Install the dependencies
3. Run `yarn start`
4. Open `https://localhost:3000` and use the installation wizard.### What info will you need?
1. Your Feedbin username and password.
2. Your Send-to-Kindle e-mail address.
3. Your email SMTP information.
4. An OpenWeather API (optional)### How do I send the ebook with the newsletters?
Just send a `GET` request to the endpoint `/api/deliver` of the server where Dear Reader is installed.