An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Bitcoin Converter CLI

[![Build Status](https://travis-ci.org/gabriel-hahn/btc-converter-cli.svg?branch=master)](https://travis-ci.org/gabriel-hahn/btc-converter-cli) [![BCH compliance](https://bettercodehub.com/edge/badge/gabriel-hahn/btc-converter-cli?branch=master)](https://bettercodehub.com/) [![Coverage Status](https://coveralls.io/repos/github/gabriel-hahn/btc-converter-cli/badge.svg?branch=master)](https://coveralls.io/github/gabriel-hahn/btc-converter-cli?branch=master) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/gabriel-hahn/btc-converter-cli/pulls) [![Bugs](https://img.shields.io/github/issues/gabriel-hahn/btc-converter-cli/bug.svg)](https://github.com/gabriel-hahn/btc-converter-cli/issues?utf8=?&q=is%3Aissue+is%3Aopen+label%3Abug) [![The MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://opensource.org/licenses/MIT)

> A CLI to convert Bitcoin to any currency provided.

![Example CLI running](https://media.giphy.com/media/1AfITEPiXjgefrIh2O/source.gif)

### 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