Created
May 1, 2017 07:58
-
-
Save arminrosu/c3f2e9286293ad307c40c081816a3670 to your computer and use it in GitHub Desktop.
Übersicht - Coindesk Bitcoin Ticker
This file contains 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
### | |
Coindesk Bitcoin Ticker | |
Author: Armin Rosu ([email protected]) | |
### | |
command: "" | |
# The widget updates itself, so no need to refresh anything | |
refreshFrequency: '1h' | |
render: (output) -> """ | |
<div id="coindesk-widget" data-size="mpu"></div> | |
<script src="//widget.coindesk.com/bpiticker/coindesk-widget.min.js"></script> | |
""" | |
style: """ | |
bottom: 20px | |
right: 20px | |
div.btc-box | |
background-color: transparent !important | |
height: 180px !important | |
// Graph | |
div#sparkline | |
right: 0 !important | |
top: 0 !important | |
div#coindesk-logo | |
display: none | |
// Text Content | |
div#coindesk-logo + div | |
left: 0 !important | |
bottom: 0 !important | |
// High & Low | |
div:nth-child(2) | |
display: none | |
// Powered by Coindesk | |
div:last-child | |
display: none | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment