1.1.9 • Published 3 years ago

ticcr v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ticcr

CLI command that currently allow you to fetch crypto currency prices from Binance, Polinex and Bittrex.

Installation

In order to ensure global access to command install using the -g (global) flag:

$ npm i -g ticcr

Usage

The command below gives list of all cryptos from the default exchange. Currently Bittrex.

$ ticcr

Use with flag -c (--currency) to select the currency you wish the crypto displayed in. The following command give a list of all cryptos from the default exchange in usdt.

$ ticcr -c usdt

Use with flag -e (--exchange) to select from which exchange you want the price.

$ ticcr dcr ltc eth -c usdt -e polinex

Multiple coins can also be looked up simultaniously in multiple currencies.

$ ticcr btc dcr doge dash -c btc usdt -e polinex 

The above command should result in a table similar to the one below:

symbolpricecurrency
BTC32152.94876227USDT
DASH0.00403872BTC
DASH130.31983853USDT
DCR0.00326248BTC
DOGE0.00000678BTC
DOGE0.21695474USDT

It is also possible to lookup multiple prices from multiple exchanges simultaniously.

$ ticcr dcr ltc eth -c usdt -e binance polinex bittrex

As an experimental feature it is now possible to get a real time stream of prices from binance via a websocket connection. Use the -s (--socket) option. Because this connection stays open you currently need to use the keyboard combination "CTRL + C" to end the stream in your terminal window.

Note that both one or more tickers and one or more currencies must be given as input for this feature to work.

$ ticcr btc -c usdt -s

Used with the -l (--list) option will provide a log of the supported exchanges.This will be output prior to the price output.

$ ticcr dcr -l

NOTE: This package is still VERY buggy.

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago