1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2024-06-26 13:47:56 +00:00
qownnotes-scripts/weather-stats/info.json

10 lines
420 B
JSON
Raw Normal View History

2017-06-08 07:47:16 +00:00
{
"name": "Weather stats",
"identifier": "weather-stats",
"script": "weather-stats.qml",
2017-06-08 15:43:19 +00:00
"version": "0.0.2",
2017-06-08 07:47:16 +00:00
"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."
}