cryptocurrency-calculator-cli

Cryptocurrency Converter Calculator as command line util Edit


Keywords
nodejs, javascript, cli, terminal, bitcoin, functional-programming, ethereum, npm-package, cryptocurrency, cryptocurrencies, es7-async, bitcoin-calculator, calucator-application, bitcoin-price, cryptocompare-api, bitcoin-cli
License
MIT
Install
npm install cryptocurrency-calculator-cli@1.0.2

Documentation

cryptocurrency-calculator-cli

npm License: MIT Build Status Issue Count Known Vulnerabilities dependencies Status

Cryptocurrency Converter Calculator as command line util

Requirements

  • node 8.0 or higher
  • npm or yarn

Usage

# install
npm install cryptocurrency-calculator-cli -g

# or run with npx
npx cryptocurrency-calculator-cli

# run default (shows current btc price)
cryptocurrency-calculator-cli

# run with options
cryptocurrency-calculator-cli --amount 0.5 --from BTC --to USD

Options

cryptocurrency-calculator-cli --help

  Usage: cryptocurrency-calculator-cli [options]


  Options:

    -V, --version        output the version number
    -a, --amount <n>     number of coins
    -f, --from <string>  specify the coin to convert from e.g. ETH
    -t, --to <string>    specify the coin to convert to e.g. BTC
    -h, --help           output usage information

Examples

cryptocurrency-calculator-cli --amount 0.5 --from BTC --to USD
9374.63 USD

cryptocurrency-calculator-cli -a 0.5 -f BTC -t USD
9359.95 USD

cryptocurrency-calculator-cli -f BTC -t USD
18722.87 USD

cryptocurrency-calculator-cli -f ETH -t USD
690.21 USD

cryptocurrency-calculator-cli -f ETH -t XRP
914.91 XRP

cryptocurrency-calculator-cli -a 0.01 -f BTC -t ADA
567.8592 ADA