❔ Weather API

NNevemlaci12/5/2022
Hi, I'm trying to make a simple weather forecast app for school and to learn how APIs work. Here is the link that I get from their site: https://api.open-meteo.com/v1/forecast?latitude=52.52&longitude=13.41&hourly=temperature_2m
this returns a json with the forecast. How can I use this in code?
NNevemlaci12/5/2022
I'm trying to expiriment, used
new webapi --framework net6.0 --language C#

in a different directory just so i can kind of see an example
JJayy12/5/2022
i mean... run it
NNevemlaci12/5/2022
yeah but how do i use my own api url in it
JJayy12/5/2022
elaborate
AAccord12/6/2022
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.