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
+36
View File
@@ -0,0 +1,36 @@
{
"location": {
"name": "Venus, TX",
"lat": 32.4330,
"lon": -97.1010,
"timezone": "America/Chicago"
},
"output_dir": "/var/www/WEATHER/public_html/data",
"days": 7,
"units": "imperial",
"user_agent": "WeatherConsensus/1.0 (https://weather.thedarkelite.com, info@thedarkelite.com)",
"nominatim_email": "info@thedarkelite.com",
"providers": {
"open_meteo": {
"enabled": true,
"base_url": "https://api.open-meteo.com/v1/forecast"
},
"nws": {
"enabled": true,
"base_url": "https://api.weather.gov"
},
"metno": {
"enabled": true,
"base_url": "https://api.met.no/weatherapi/locationforecast/2.0/compact"
},
"seventimer": {
"enabled": true,
"base_url": "http://www.7timer.info/bin/api.pl"
}
}
}