add weather class
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m17s

This commit is contained in:
2025-08-23 03:04:28 -05:00
parent 3b562116fd
commit 7f45387dac
3 changed files with 110 additions and 1 deletions

View File

@@ -114,5 +114,11 @@
"directory": "audio/voice/cory/",
"extension": "flac"
}
},
"weather": {
// Provide an OpenWeatherMap API key
// https://openweathermap.org/price
"key": "not0a0real0key00281f631aef6ad3a1",
"city": "chicago"
}
}