We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116ad40 commit 28a2c05Copy full SHA for 28a2c05
README.md
@@ -25,6 +25,8 @@ Mealie instance and adds the ingredients of a recipe to a specified Bring shoppi
25
1. The `client` (e.g. your phone or PC) sends a `POST` request to this `webserver` with the ingredients in its body.
26
2. The `webserver` extracts the ingredients from the request and adds them directly to a list of the users choice via the `Bring API`.
27
28
+This integration is entirely local and does not require any service to be exposed to the Internet.
29
+
30
## Deployment
31
32
### Environment variables
0 commit comments