add metadata

This commit is contained in:
Evgeny
2021-07-30 10:42:12 +03:00
parent 703dff5ffb
commit 572ffcf930
11 changed files with 86 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-- name = "Covid info"
-- description = "Cases of illness and death from covid (covid19api.com)"
-- type = "widget"
-- author = "Evgeny Zobnin (zobnin@gmail.com)"
-- version = "1.0"
function onAlarm()
net:getText("https://api.covid19api.com/summary")
end