https://github.com/gabrieldarezzo/bitcoincli-converter
BitCoin Coverter in NodeJs Consume API: apiv2.bitcoinaverage.com
https://github.com/gabrieldarezzo/bitcoincli-converter
api-client node-cli nodejs
Last synced: about 2 months ago
JSON representation
BitCoin Coverter in NodeJs Consume API: apiv2.bitcoinaverage.com
- Host: GitHub
- URL: https://github.com/gabrieldarezzo/bitcoincli-converter
- Owner: gabrieldarezzo
- Created: 2017-09-21T12:31:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T16:03:02.000Z (over 8 years ago)
- Last Synced: 2025-10-19T13:47:36.320Z (8 months ago)
- Topics: api-client, node-cli, nodejs
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin Converter CLI
> A CLI to convert Bitcoin to any currency provided.

### Installing
```
$ npm install -g bitcoincli-converter
```
### How to use
```sh
bitcoincli-converter --help
Usage: bitcoincli-converter [options]
Convert Bitcoin to any currency defined
Options:
-h, --help output usage information
-V, --version output the version number
-C, --currency Currency to be converted. (Default: USD)
-A, --amount Value in Bitcoin to convert. (Default: 1)
```
Example of use:
Navigate to Folder: (If you don't install in global ```-g```)
```sh
cd C:\xampp\htdocs\bitcoincli-converter
```
Check:
```sh
bitcoincli-converter
1 BTC to USD = 6841.39
```
Check for currency in BRL (Brazil-Real)
```sh
bitcoincli-converter -C BRL
1 BTC to BRL = 22307.94
```