diff --git a/_site/content/posts/modules/cryptocurrencies/bittrex.md b/_site/content/posts/modules/cryptocurrencies/bittrex.md index df5fc610..8ee4ad37 100644 --- a/_site/content/posts/modules/cryptocurrencies/bittrex.md +++ b/_site/content/posts/modules/cryptocurrencies/bittrex.md @@ -16,7 +16,7 @@ Get the last 24 hour summary of cryptocurrencies market using [Bittrex](https:// wtf/cryptoexchanges/bittrex/ ``` -## Required ENV Vars +## Required ENV Variables None. diff --git a/_site/content/posts/modules/cryptocurrencies/blockfolio.md b/_site/content/posts/modules/cryptocurrencies/blockfolio.md new file mode 100644 index 00000000..06df64cc --- /dev/null +++ b/_site/content/posts/modules/cryptocurrencies/blockfolio.md @@ -0,0 +1,75 @@ +--- +title: "Blockfolio" +date: 2018-06-13T09:29:59-07:00 +draft: false +--- + +Added in `v0.0.8`. + +Display your Blockfolio crypto holdings. + +blockfolio screenshot + +## Source + +```bash +wtf/blockfolio/ +``` + +## Required ENV Variables + +None. + +## Keyboard Commands + +None. + +## Configuration + +```yaml +blockfolio: + colors: + name: blue + grows: green + drop: red + device_token: "device token" + displayHoldings: true + enabled: true + position: + top: 3 + left: 1 + width: 1 + height: 1 + refreshInterval: 400 +``` + +### Attributes + +`colors.name`
+Values: Any X11 +color name. + +`colors.grows`
+Values: Any X11 +color name. + +`colors.drop`
+Values: Any X11 +color name. + +`device_token`
+Value: See [this gist](https://github.com/bob6664569/blockfolio-api-client) for +details on how to get your Blockfolio API token. + +`displayHoldings`
+ +`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`. diff --git a/_site/static/imgs/modules/blockfolio.png b/_site/static/imgs/modules/blockfolio.png new file mode 100644 index 00000000..1a820c07 Binary files /dev/null and b/_site/static/imgs/modules/blockfolio.png differ diff --git a/_site/themes/hyde-hyde/layouts/partials/sidebar.html b/_site/themes/hyde-hyde/layouts/partials/sidebar.html index 6379bf87..a5b24d6a 100644 --- a/_site/themes/hyde-hyde/layouts/partials/sidebar.html +++ b/_site/themes/hyde-hyde/layouts/partials/sidebar.html @@ -24,6 +24,7 @@ + diff --git a/docs/404.html b/docs/404.html index 34799494..7ce23127 100644 --- a/docs/404.html +++ b/docs/404.html @@ -65,6 +65,7 @@ + diff --git a/docs/categories/index.html b/docs/categories/index.html index 1cfe3602..a0c96c23 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -67,6 +67,7 @@ + diff --git a/docs/imgs/modules/blockfolio.png b/docs/imgs/modules/blockfolio.png new file mode 100644 index 00000000..1a820c07 Binary files /dev/null and b/docs/imgs/modules/blockfolio.png differ diff --git a/docs/index.html b/docs/index.html index a3633563..62d70dbe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -66,6 +66,7 @@ + diff --git a/docs/index.xml b/docs/index.xml index b1b99da1..06220520 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -6,11 +6,28 @@ Recent content on WTF - A Terminal Dashboard Hugo -- gohugo.io en-us - Sun, 10 Jun 2018 19:41:52 -0400 + Wed, 13 Jun 2018 09:29:59 -0700 + + Blockfolio + https://wtfutil.com/posts/modules/cryptocurrencies/blockfolio/ + Wed, 13 Jun 2018 09:29:59 -0700 + + https://wtfutil.com/posts/modules/cryptocurrencies/blockfolio/ + Added in v0.0.8. +Display your Blockfolio crypto holdings. +Source wtf/blockfolio/ Required ENV Variables None. +Keyboard Commands None. +Configuration blockfolio:colors:name:bluegrows:greendrop:reddevice_token:"device token"displayHoldings:trueenabled:trueposition:top:3left:1width:1height:1refreshInterval:400 Attributes colors.name Values: Any X11 color name. +colors.grows Values: Any X11 color name. +colors.drop Values: Any X11 color name. +device_token Value: See this gist for details on how to get your Blockfolio API token. +displayHoldings enabled Determines whether or not this module is executed and if its data displayed onscreen. + + IP-API https://wtfutil.com/posts/modules/ipapi/ @@ -94,7 +111,7 @@ Key: h Action: Show the previous project. https://wtfutil.com/posts/modules/cryptocurrencies/bittrex/ Added in v0.0.5. Get the last 24 hour summary of cryptocurrencies market using Bittrex. -Source Code wtf/cryptoexchanges/bittrex/ Required ENV Vars None. +Source Code wtf/cryptoexchanges/bittrex/ Required ENV Variables None. Keyboard Commands None. Configuration bittrex:enabled:trueposition:top:1left:2height:3width:1refreshInterval:5summary:BTC:displayName:Bitcoinmarket:-LTC-ETHcolors:base:name:orangedisplayName:redmarket:name:redfield:whitevalue:green Attributes colors.base.name Values: Any X11 color name. colors.base.dispayName Values: Any X11 color name. diff --git a/docs/posts/configuration/attributes/index.html b/docs/posts/configuration/attributes/index.html index cd9e2280..a7513494 100644 --- a/docs/posts/configuration/attributes/index.html +++ b/docs/posts/configuration/attributes/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/configuration/index.html b/docs/posts/configuration/index.html index 5c1f870d..de751889 100644 --- a/docs/posts/configuration/index.html +++ b/docs/posts/configuration/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/configuration/iterm2/index.html b/docs/posts/configuration/iterm2/index.html index 883a77a1..c240c3db 100644 --- a/docs/posts/configuration/iterm2/index.html +++ b/docs/posts/configuration/iterm2/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/glossary/index.html b/docs/posts/glossary/index.html index 7bdf108b..192fde00 100644 --- a/docs/posts/glossary/index.html +++ b/docs/posts/glossary/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/index.html b/docs/posts/index.html index bd8fb7f0..b7b08c55 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -67,6 +67,7 @@ + @@ -104,6 +105,13 @@

Posts

  • + + Blockfolio + + + + +
  • IP-API diff --git a/docs/posts/index.xml b/docs/posts/index.xml index e83b1289..f35cc613 100644 --- a/docs/posts/index.xml +++ b/docs/posts/index.xml @@ -6,11 +6,28 @@ Recent content in Posts on WTF - A Terminal Dashboard Hugo -- gohugo.io en-us - Sun, 10 Jun 2018 19:41:52 -0400 + Wed, 13 Jun 2018 09:29:59 -0700 + + Blockfolio + https://wtfutil.com/posts/modules/cryptocurrencies/blockfolio/ + Wed, 13 Jun 2018 09:29:59 -0700 + + https://wtfutil.com/posts/modules/cryptocurrencies/blockfolio/ + Added in v0.0.8. +Display your Blockfolio crypto holdings. +Source wtf/blockfolio/ Required ENV Variables None. +Keyboard Commands None. +Configuration blockfolio:colors:name:bluegrows:greendrop:reddevice_token:"device token"displayHoldings:trueenabled:trueposition:top:3left:1width:1height:1refreshInterval:400 Attributes colors.name Values: Any X11 color name. +colors.grows Values: Any X11 color name. +colors.drop Values: Any X11 color name. +device_token Value: See this gist for details on how to get your Blockfolio API token. +displayHoldings enabled Determines whether or not this module is executed and if its data displayed onscreen. + + IP-API https://wtfutil.com/posts/modules/ipapi/ @@ -94,7 +111,7 @@ Key: h Action: Show the previous project. https://wtfutil.com/posts/modules/cryptocurrencies/bittrex/ Added in v0.0.5. Get the last 24 hour summary of cryptocurrencies market using Bittrex. -Source Code wtf/cryptoexchanges/bittrex/ Required ENV Vars None. +Source Code wtf/cryptoexchanges/bittrex/ Required ENV Variables None. Keyboard Commands None. Configuration bittrex:enabled:trueposition:top:1left:2height:3width:1refreshInterval:5summary:BTC:displayName:Bitcoinmarket:-LTC-ETHcolors:base:name:orangedisplayName:redmarket:name:redfield:whitevalue:green Attributes colors.base.name Values: Any X11 color name. colors.base.dispayName Values: Any X11 color name. diff --git a/docs/posts/installation/index.html b/docs/posts/installation/index.html index 680b39a0..7f06e343 100644 --- a/docs/posts/installation/index.html +++ b/docs/posts/installation/index.html @@ -65,6 +65,7 @@
  • + diff --git a/docs/posts/modules/bamboohr/index.html b/docs/posts/modules/bamboohr/index.html index 0cea882b..e5d9613e 100644 --- a/docs/posts/modules/bamboohr/index.html +++ b/docs/posts/modules/bamboohr/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/circleci/index.html b/docs/posts/modules/circleci/index.html index b9e0690a..ba519853 100644 --- a/docs/posts/modules/circleci/index.html +++ b/docs/posts/modules/circleci/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/clocks/index.html b/docs/posts/modules/clocks/index.html index 26d11768..08f316a5 100644 --- a/docs/posts/modules/clocks/index.html +++ b/docs/posts/modules/clocks/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/cmdrunner/index.html b/docs/posts/modules/cmdrunner/index.html index c4242623..880401b3 100644 --- a/docs/posts/modules/cmdrunner/index.html +++ b/docs/posts/modules/cmdrunner/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/cryptocurrencies/bittrex/index.html b/docs/posts/modules/cryptocurrencies/bittrex/index.html index 8f126198..d4bcabef 100644 --- a/docs/posts/modules/cryptocurrencies/bittrex/index.html +++ b/docs/posts/modules/cryptocurrencies/bittrex/index.html @@ -65,6 +65,7 @@ + @@ -126,7 +127,7 @@

    Source Code

    wtf/cryptoexchanges/bittrex/
    -

    Required ENV Vars

    +

    Required ENV Variables

    None.

    diff --git a/docs/posts/modules/cryptocurrencies/blockfolio/index.html b/docs/posts/modules/cryptocurrencies/blockfolio/index.html new file mode 100644 index 00000000..387ef88b --- /dev/null +++ b/docs/posts/modules/cryptocurrencies/blockfolio/index.html @@ -0,0 +1,195 @@ + + + + + + + + + + + + +Blockfolio | WTF - A Terminal Dashboard + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +

    Blockfolio

    + +
    + +
    + + + +

    Added in v0.0.8.

    + +

    Display your Blockfolio crypto holdings.

    + +

    blockfolio screenshot

    + +

    Source

    +
    wtf/blockfolio/
    +

    Required ENV Variables

    + +

    None.

    + +

    Keyboard Commands

    + +

    None.

    + +

    Configuration

    +
    blockfolio:
    +  colors:
    +    name: blue
    +    grows: green
    +    drop: red
    +  device_token: "device token"
    +  displayHoldings: true
    +  enabled: true
    +  position:
    +    top: 3
    +    left: 1
    +    width: 1
    +    height: 1
    +  refreshInterval: 400
    +

    Attributes

    + +

    colors.name
    +Values: Any X11 +color name.

    + +

    colors.grows
    +Values: Any X11 +color name.

    + +

    colors.drop
    +Values: Any X11 +color name.

    + +

    device_token
    +Value: See this gist for +details on how to get your Blockfolio API token.

    + +

    displayHoldings

    + +

    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.

    + +
    + + +
    + + + + diff --git a/docs/posts/modules/cryptocurrencies/cryptolive/index.html b/docs/posts/modules/cryptocurrencies/cryptolive/index.html index 67108e87..abbbeab4 100644 --- a/docs/posts/modules/cryptocurrencies/cryptolive/index.html +++ b/docs/posts/modules/cryptocurrencies/cryptolive/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/gcal/index.html b/docs/posts/modules/gcal/index.html index 29823703..efcfb948 100644 --- a/docs/posts/modules/gcal/index.html +++ b/docs/posts/modules/gcal/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/git/index.html b/docs/posts/modules/git/index.html index cc166eed..93606c79 100644 --- a/docs/posts/modules/git/index.html +++ b/docs/posts/modules/git/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/github/index.html b/docs/posts/modules/github/index.html index 43de01e6..c3c90345 100644 --- a/docs/posts/modules/github/index.html +++ b/docs/posts/modules/github/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/gitlab/index.html b/docs/posts/modules/gitlab/index.html index 048e11a2..5da8c1ef 100644 --- a/docs/posts/modules/gitlab/index.html +++ b/docs/posts/modules/gitlab/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/gspreadsheet/index.html b/docs/posts/modules/gspreadsheet/index.html index 235186c3..17e5e82c 100644 --- a/docs/posts/modules/gspreadsheet/index.html +++ b/docs/posts/modules/gspreadsheet/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/index.html b/docs/posts/modules/index.html index 525d9991..da012a25 100644 --- a/docs/posts/modules/index.html +++ b/docs/posts/modules/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/ipapi/index.html b/docs/posts/modules/ipapi/index.html index f768e9d9..a4ed8f11 100644 --- a/docs/posts/modules/ipapi/index.html +++ b/docs/posts/modules/ipapi/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/ipinfo/index.html b/docs/posts/modules/ipinfo/index.html index fd8393a7..ccb0f4e5 100644 --- a/docs/posts/modules/ipinfo/index.html +++ b/docs/posts/modules/ipinfo/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/jenkins/index.html b/docs/posts/modules/jenkins/index.html index 5b3bb5f9..561b0108 100644 --- a/docs/posts/modules/jenkins/index.html +++ b/docs/posts/modules/jenkins/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/jira/index.html b/docs/posts/modules/jira/index.html index cece665e..f101522c 100644 --- a/docs/posts/modules/jira/index.html +++ b/docs/posts/modules/jira/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/newrelic/index.html b/docs/posts/modules/newrelic/index.html index 8b333652..669c374d 100644 --- a/docs/posts/modules/newrelic/index.html +++ b/docs/posts/modules/newrelic/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/opsgenie/index.html b/docs/posts/modules/opsgenie/index.html index 58db2554..955d28ea 100644 --- a/docs/posts/modules/opsgenie/index.html +++ b/docs/posts/modules/opsgenie/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/power/index.html b/docs/posts/modules/power/index.html index 9523486b..4cb003c3 100644 --- a/docs/posts/modules/power/index.html +++ b/docs/posts/modules/power/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/prettyweather/index.html b/docs/posts/modules/prettyweather/index.html index 995cf7be..91b1abe3 100644 --- a/docs/posts/modules/prettyweather/index.html +++ b/docs/posts/modules/prettyweather/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/security/index.html b/docs/posts/modules/security/index.html index d2bd19ef..21b12d9b 100644 --- a/docs/posts/modules/security/index.html +++ b/docs/posts/modules/security/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/textfile/index.html b/docs/posts/modules/textfile/index.html index bfb11fc1..d73fb57d 100644 --- a/docs/posts/modules/textfile/index.html +++ b/docs/posts/modules/textfile/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/todo/index.html b/docs/posts/modules/todo/index.html index d67881e8..20501206 100644 --- a/docs/posts/modules/todo/index.html +++ b/docs/posts/modules/todo/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/modules/weather/index.html b/docs/posts/modules/weather/index.html index 78a449ee..213ec3cf 100644 --- a/docs/posts/modules/weather/index.html +++ b/docs/posts/modules/weather/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/posts/overview/index.html b/docs/posts/overview/index.html index 0cd74e6d..bac121e8 100644 --- a/docs/posts/overview/index.html +++ b/docs/posts/overview/index.html @@ -65,6 +65,7 @@ + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 577c3a23..dc6caed1 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -2,6 +2,11 @@ + + https://wtfutil.com/posts/modules/cryptocurrencies/blockfolio/ + 2018-06-13T09:29:59-07:00 + + https://wtfutil.com/posts/modules/ipapi/ 2018-06-10T19:41:52-04:00 @@ -159,7 +164,7 @@ https://wtfutil.com/posts/ - 2018-06-10T19:41:52-04:00 + 2018-06-13T09:29:59-07:00 0 @@ -170,7 +175,7 @@ https://wtfutil.com/ - 2018-06-10T19:41:52-04:00 + 2018-06-13T09:29:59-07:00 0 diff --git a/docs/tags/index.html b/docs/tags/index.html index 04a1ff12..f816472b 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -67,6 +67,7 @@ +