adamsalves / btc-converter

A CLI to convert Bitcoin to any currency provided.

Home Page:https://www.npmjs.com/package/btc-converter-tc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitcoin Converter CLI

A CLI to convert Bitcoin to any currency provided. (default currency: USD, default amount: 1)

Example CLI running

Installing

$ npm install -g btc-converter-tc

How to use

btc-converter --help

  Usage: btc-converter [options]

  Convert Bitcoint 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

About

A CLI to convert Bitcoin to any currency provided.

https://www.npmjs.com/package/btc-converter-tc

License:MIT License


Languages

Language:JavaScript 100.0%