bitcoin-converter-cli

1.0.7 • Public • Published

bitcoin-converter-cli 💰

Build Status Known Vulnerabilities Coverage Status codecov npm bundle size npm npm downloads GitHub


A CLI to convert Bitcoin to any currency provided

Installing

npm i -g bitcoin-converter-cli

Use without installing

npx bitcoin-converter-cli

How to use

bitcoin-converter-cli --help
 
  Usage: bitcoin-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)


Example:

bitcoin-converter-cli -C USD -A 1
 
  Bitcoin Converter | 1 BTC to USD:
 
  LOW: 6507.631
 
  HIGH: 6879.524
 
  VARIANT: 3.59%
 
  SALE: 6733.566
 
  BUY: 6711.281

Coins Code

  • USD (Business Dollar)
  • USDT (Tourism Dollar)
  • CAD (Canadian Dollar)
  • AUD (Australian Dollar)
  • EUR (Euro)
  • GBP (British Pound)
  • BRL (Brazilian Real)
  • ARS (Argentine Peso)
  • JPY (Japanese Yen)
  • CHF (Swiss Franc)
  • CNY (Chinese Yuan)
  • YLS (Israeli New Shekel)
  • BTC (Bitcoin)
  • LTC (Litecoin)
  • ETH (Ethereum)
  • XRP (Ripple)

Contributing

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

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

João Manoel Neto
João Manoel Neto

See also the list of contributors who participated in this project.

License

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

Package Sidebar

Install

npm i bitcoin-converter-cli

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

8.9 kB

Total Files

5

Last publish

Collaborators

  • joaaomanooel