❔ Weather API

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?
5 Replies
nevemlaci ツ
nevemlaci ツ2y ago
I'm trying to expiriment, used
new webapi --framework net6.0 --language C#
new webapi --framework net6.0 --language C#
in a different directory just so i can kind of see an example
Jayy
Jayy2y ago
i mean... run it
nevemlaci ツ
nevemlaci ツ2y ago
yeah but how do i use my own api url in it
Jayy
Jayy2y ago
elaborate
Accord
Accord2y ago
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.