Created a sloppy api for home weather

This commit is contained in:
2025-07-10 00:52:55 +02:00
commit 2778c9d348
23 changed files with 808 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ApiConfiguration": {
"Keys": {
"Weather": "KEY",
"SL": ""
},
"BaseUrls": {
"Weather": "https://api.weatherapi.com/v1",
"SL": "NOT CONFIGURED"
},
"DefaultCity": "Vega stockholms lan"
},
}