From d857f34584ef1cf751521830893d88eb97200fa1 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Mon, 24 Jun 2024 19:28:47 +0200 Subject: [PATCH] added a reference section to thanks the open-meteo.com API --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 946e4c2..b16cc56 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,8 @@ The container `application` can be easily modified with the following environmen ## Expectation The `application` container shall print the current temperature at the selected place in -Fahrenheit every minute. \ No newline at end of file +Fahrenheit every minute. + +## References +The project use the [Open-Meteo API](https://open-meteo.com/) to fetch the current temperature at the +given location. \ No newline at end of file