Hi all,
is there a chance to use the api of openweathermap to fetch the current weather-conditions of my hometown? I want to implement a simple project to practice AND and OR. Like if (temp>10 AND clouds==0) then pick t-shirt.
I was thinking about using the url-block but didn't know which url to use and what to do with the json-file.
Does anybody tried something like that? Are there any examples.