mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
1.7 KiB
1.7 KiB
title, date, draft, weight
title | date | draft | weight |
---|---|---|---|
Bittrex | 2018-06-04T20:06:40-07:00 | false | 5 |

Added in v0.0.5
.
Get the last 24 hour summary of cryptocurrencies market using Bittrex.
Source Code
wtf/cryptoexchanges/bittrex/
Configuration
bittrex:
enabled: true
position:
top: 1
left: 2
height: 3
width: 1
refreshInterval: 5
summary:
BTC:
displayName: Bitcoin
market:
- LTC
- ETH
colors:
base:
name: orange
displayName: red
market:
name: red
field: white
value: green
Attributes
colors.base.name
Values: Any X11
color name.
colors.base.dispayName
Values: Any X11
color name.
colors.market.name
Values: Any X11
color name.
colors.market.field
Values: Any X11
color name.
colors.market.value
Values: Any X11
color name.
summary
enabled
Determines whether or not this module is executed and if its data displayed onscreen.
Values: true
, false
.
position
Defines where in the grid this module's widget will be displayed.
refreshInterval
How often, in seconds, this module will update its data.
Values: A positive integer, 0..n
.