Source of weather data #7
-
I know I could dig through the code, but maybe you can tell me, and anybody else who is wondering, where does the weather data come from? |
Beta Was this translation helpful? Give feedback.
Answered by
rocksdanister
Sep 27, 2023
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Weather client implementation is abstracted:
https://github.com/rocksdanister/weather/tree/main/src/Drizzle.Weather
Other providers can be added easily without having to modify the app in other places.