mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-14 13:58:07 +00:00
9 lines
420 B
JSON
9 lines
420 B
JSON
{
|
|
"name": "Weather stats",
|
|
"identifier": "weather-stats",
|
|
"script": "weather-stats.qml",
|
|
"version": "0.0.3",
|
|
"minAppVersion": "17.06.4",
|
|
"authors": ["@pbek"],
|
|
"description" : "This script shows the current weather in the <i>Scripting widget</i>. You can configure the city in the <i>Scripting Settings</i>. The Yahoo weather service is used to fetch the weather. The information is updated every 10min."
|
|
}
|