mirror of
https://github.com/marty-oehme/scripts.git
synced 2025-12-10 05:52:46 +00:00
added weather stats script
This commit is contained in:
parent
0152ba7cb8
commit
e880663c10
2 changed files with 82 additions and 0 deletions
9
weather-stats/info.json
Normal file
9
weather-stats/info.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "Weather stats",
|
||||
"identifier": "weather-stats",
|
||||
"script": "weather-stats.qml",
|
||||
"version": "0.0.1",
|
||||
"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."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue