https://github.com/willianjusten/btc-converter
A CLI to convert Bitcoin to any currency provided.
https://github.com/willianjusten/btc-converter
Last synced: 2 months ago
JSON representation
A CLI to convert Bitcoin to any currency provided.
- Host: GitHub
- URL: https://github.com/willianjusten/btc-converter
- Owner: willianjusten
- License: mit
- Created: 2017-07-02T21:17:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T22:07:49.000Z (about 7 years ago)
- Last Synced: 2025-03-09T05:38:38.233Z (2 months ago)
- Language: JavaScript
- Size: 2.38 MB
- Stars: 36
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bitcoin Converter CLI
> A CLI to convert Bitcoin to any currency provided.

Want to learn how to create your own CLI? [Check this course about JS with TDD](https://www.udemy.com/js-com-tdd-na-pratica/?couponCode=GITHUB_LINK)
### Installing
```
$ npm install -g btc-converter
```### How to use
```sh
btc-converter --helpUsage: btc-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)
```## Contributing
Please read [CONTRIBUTING.md](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](LICENSE.md) file for details