modulepackage
0.0.0-20240330123156-d05fd479c1c6
Repository: https://github.com/ayuzaka/feed-summarizer.git
Documentation: pkg.go.dev
# README
Feed Summarizer
Feed Summarizer sends you a daily email notification summarizing all the updates to your feeds within the last 24 hours.
Development
To start the development process, run the main program using the following command in your terminal:
go run cmd/main.go
Then, in a separate terminal window, simulate the daily email dispatch by executing the following command:
curl localhost:8080
This command will trigger the program to send an email summarizing the feed updates. Enjoy the development process!
# Functions
No description provided by the author