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 = "Bitcoin price"
-- description = "Current Bitcoin price (blockchain.info)"
-- type = "widget"
-- author = "Evgeny Zobnin (zobnin@gmail.com)"
-- version = "1.0"
function onAlarm()
net:getText("https://api.blockchain.info/ticker")
end