alexdmejias / vscode-bitcoinStatusbar

simple extension that displays the current bitcoin price in the statusbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitcoinwatcher README

alt text

This extension allows you to see the current bitcoin value in your statusbar.

alt text


Options

{
    //Show percentage difference between current bitcoin value and the defined value, if multiple values then the average is calculated
    bitcoinwatcher.useRelativeDifference : [<number>],
    
    //Change the displayed currency
    bitcoinwatcher.currency: "<string>" (default: usd) 
    
    //Change the amount of decimals
    bitcoinwatcher.decimals: <number> (default: 2)

    //see change of value from yesterday
    bitcoinwatcher.relativeToYesterday : <boolean> (default: false)
}

“Powered by CoinDesk"

About

simple extension that displays the current bitcoin price in the statusbar

License:MIT License


Languages

Language:TypeScript 100.0%