coinr-cli
v0.5.0
Published
Get the current ticker value for cryptocurrencies
Downloads
5
Maintainers
Readme
coinr-cli
Get the current ticker value for cryptocurrencies
Installation
npm i -g coinr-cli
Usage
❯ coinr -h
Get the current ticker value for cryptocurrencies
Usage
$ coinr [currency]
Options
-h, --help - Get help menu
-v, --version - Get the version
Examples
$ coinr
$ coinr bitcoin
$ coinr ethereum
❯ coinr ethereum
Ethereum(ETH)
$10.1098
Changes: 0%1h -4%24h -19%7d
Related
License
MIT
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Crafted with <3 by John Otander (@4lpine).
This package was initially generated with yeoman and the p generator.