https://github.com/gabriel-hahn/btc-converter-cli
A CLI to convert Bitcoin to any currency provided.
https://github.com/gabriel-hahn/btc-converter-cli
cli purejavascript tdd
Last synced: 2 months ago
JSON representation
A CLI to convert Bitcoin to any currency provided.
- Host: GitHub
- URL: https://github.com/gabriel-hahn/btc-converter-cli
- Owner: gabriel-hahn
- License: mit
- Created: 2018-09-01T13:40:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T21:26:54.000Z (about 7 years ago)
- Last Synced: 2025-11-02T04:13:38.286Z (5 months ago)
- Topics: cli, purejavascript, tdd
- Language: JavaScript
- Homepage:
- Size: 3.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitcoin Converter CLI
[](https://travis-ci.org/gabriel-hahn/btc-converter-cli) [](https://bettercodehub.com/) [](https://coveralls.io/github/gabriel-hahn/btc-converter-cli?branch=master) [](https://github.com/gabriel-hahn/btc-converter-cli/pulls) [](https://github.com/gabriel-hahn/btc-converter-cli/issues?utf8=?&q=is%3Aissue+is%3Aopen+label%3Abug) [](http://opensource.org/licenses/MIT)
> A CLI to convert Bitcoin to any currency provided.

### Installing
```
$ npm install -g btc-converter-cli
```
### How to use
```sh
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 to be converted. (Default: USD)
-A, --amount Value in Bitcoin to convert. (Default: 1)
```
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
[Gabriel Hahn Schaeffer](https://github.com/gabriel-hahn/) |
[Willian Justen](https://github.com/willianjusten/) (Teacher)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details