btc-converter-cli

A CLI to convert Bitcoin to any other currency

Usage no npm install needed!

<script type="module">
  import btcConverterCli from 'https://cdn.skypack.dev/btc-converter-cli';
</script>

README

Bitcoin Converter CLI

Build Status Coverage Status

A CLI to convert Bitcoin to any currency provided.

Example CLI running

Installing

$ npm install -g btc-converter-cli

How to use

Btc-converter-cli --help

  Usage: btc-converter-cli [options]

  Convert Bitcoin to any currency defined.

  Options:

    -H, --help                 output usage information
    -V, --version              output the version number
    -C, --currency <currency>  Currency to be converted. (Default: USD)
    -A, --amount <amount>      Value in Bitcoin to convert. (Default: 1)

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details