initial commit

This commit is contained in:
2026-06-25 23:17:45 +00:00
commit 780fae7df0
11 changed files with 3502 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"location": {
"name": "Seattle",
"lat": 47.6062,
"lon": -122.3321
},
"providers": {
"openweathermap": {
"enabled": true,
"api_key": "YOUR_OPENWEATHERMAP_KEY",
"base_url": "https://api.openweathermap.org/data/2.5/forecast"
},
"weatherapi": {
"enabled": true,
"api_key": "YOUR_WEATHERAPI_KEY",
"base_url": "https://api.weatherapi.com/v1/forecast.json"
}
},
"output_dir": "/var/www/WEATHER/public_html/data",
"days": 5,
"units": "imperial"
}