feat(clients/weather): yandex weather integration

This commit is contained in:
mikhail "synzr" 2025-12-02 22:17:12 +05:00
parent 1499e46a0f
commit 9ade79ffa9
3 changed files with 238 additions and 0 deletions

View file

@ -33,5 +33,8 @@
"typescript-eslint": "^8.47.0",
"vite": "^7.2.2",
"vite-plugin-devtools-json": "^1.0.0"
},
"dependencies": {
"node-cache": "^5.1.2"
}
}