Skip to content

Instantly share code, notes, and snippets.

@arminrosu
Created May 1, 2017 07:58
Show Gist options
  • Save arminrosu/c3f2e9286293ad307c40c081816a3670 to your computer and use it in GitHub Desktop.
Save arminrosu/c3f2e9286293ad307c40c081816a3670 to your computer and use it in GitHub Desktop.
Übersicht - Coindesk Bitcoin Ticker
###
Coindesk Bitcoin Ticker
Author: Armin Rosu (hello@armin.ro)
###
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