Implement Better Exception #10

Merged
faraphel merged 2 commits from better-exception into master 2024-06-24 19:32:04 +02:00
Showing only changes of commit d857f34584 - Show all commits

View file

@ -42,3 +42,7 @@ 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.
## References
The project use the [Open-Meteo API](https://open-meteo.com/) to fetch the current temperature at the
given location.