Skip to content

Commit 8ee3b9c

Browse files
committed
Add prerequisites to README.md
1 parent 2f325d8 commit 8ee3b9c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
TooGoodToGoNotifier is a .NET 6 console application that send email notifications when any of your favourite baskets are available in the TooGoodToGo mobile app. The idea was to overcome the lack of notification functionality when a basket is available. This application is designed to be used on a device that is constantly running in order to avoid the tedious authentication procedure that requires human interaction.
44

5+
## Prerequisites
6+
7+
- a TooGoodToGo account
8+
- an email account that will be used to send notifications
9+
- .NET 6 runtime unless a self-contained release is used
10+
511
## Configuration
612

713
Open the [appsettings.json](src/appsettings.json) configuration file:

0 commit comments

Comments
 (0)