Forked from felixhageloh/gist:34645a899a0f22f583bb
Last active
October 14, 2024 14:38
-
-
Save hawkrives/859a5bb1c68c9dda6fa5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
command: "echo Hello World!", | |
refreshFrequency: 5000, | |
render: function (output) { | |
return "<div><h1>" + output + "</h1></div>"; | |
}, | |
style: [ | |
"top: 20px", | |
"left: 20px", | |
"h1", | |
" color: #fff", | |
].join('\n'), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment