Simple command cli for get value of coins in poloniex
npm install value-coins
npm install -g value-coins
`
Command 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 poloniex
`
Or
`
$ value-coins --coin eth --all
``