BlockHackTk / cryptoticker

Visual Studio Code extension for tracking Crypto currency prices - Bitcoin, Ethereum, Litecoin, etc.

Home Page:https://marketplace.visualstudio.com/items?itemName=udayankumar.cryptoticker#overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoTicker

Extension for Visual Studio Code - Allows you to keep track of all the different crypto coin values in a currency you prefer on the status bar. Now also allows selection of exchange for the prices.

Adding support for USDT.

Features

Add as many Crypto coin symbols as you like to the status bar, and they will be updated every 60 seconds. Just set cryptoticker.cryptoSymbols to an array of crypto coin symbols to monitor. Example:

"cryptoticker.cryptoSymbols": [
    "BTC",
    "ETH",
    "XMR"
    ],
       

One can change the default currency from USD to any currency using the standard TLA for them

"cryptoticker.cryptoCurrency" : "USD"

One can change the exchange used by using :

"cryptoticker.cryptoExchange" : "Coinbase"

Supported options include : BTC38, BTCC, BTCE, BTER, Bit2C, Bitfinex, Bitstamp, Bittrex, CCEDK, Cexio, Coinbase, Coinfloor, Coinse, Coinsetter, Cryptopia, Cryptsy, Gatecoin, Gemini, HitBTC, Huobi, itBit, Kraken, LakeBTC, LocalBitcoins, MonetaGo, OKCoin, Poloniex, Yacuna, Yunbi, Yobit, Korbit, BitBay, BTCMarkets, QuadrigaCX, CoinCheck, BitSquare, Vaultoro, MercadoBitcoin, Unocoin, Bitso, BTCXIndia, Paymium, TheRockTrading, bitFlyer, Quoine, Luno, EtherDelta, Liqui, bitFlyerFX, BitMarket, LiveCoin, Coinone, Tidex, Bleutrade, EthexIndia (basically any exchange supported by cryptocompare.com)

Note: if a selected currency is not traded at the selected exchange, you will see undefined values

A representative screenshot:

Disclaimer

Come with absolutely no guarantees. The code is my personal work and does not in any way represent my employer

Credits

Icon: https://www.flickr.com/photos/105644709@N08/10305978055/in/photostream/

Code: I used https://github.com/roblourens/vscode-stocks as a template to build upon

About

Visual Studio Code extension for tracking Crypto currency prices - Bitcoin, Ethereum, Litecoin, etc.

https://marketplace.visualstudio.com/items?itemName=udayankumar.cryptoticker#overview

License:MIT License


Languages

Language:TypeScript 100.0%