value-coins
v0.1.1
Published
Simple command cli for get value of coins in poloniex
Readme
Value Coins
This is a simple project maded in typescript for consume the Poloniex API and Bittrex, through this project you can get the value of cryptocoins.
Start your project using this command:
npm install -g value-coinsCommand to use:
$ value-coins --coin { initials here } --exchange {exchange name}NOTE: posible exchanges are Poloniex and Bittrex. More yet to come.
Example:
$ value-coins --coin ETH --exchange poloniexOr
$ value-coins --coin eth --all 