https://github.com/johno/coinr-cli
Get the current ticker value for cryptocurrencies
https://github.com/johno/coinr-cli
Last synced: 6 months ago
JSON representation
Get the current ticker value for cryptocurrencies
- Host: GitHub
- URL: https://github.com/johno/coinr-cli
- Owner: johno
- License: mit
- Created: 2016-07-08T01:22:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T21:48:17.000Z (over 9 years ago)
- Last Synced: 2025-09-24T06:32:59.634Z (10 months ago)
- Language: JavaScript
- Homepage: http://johnotander.com/coinr-cli/
- Size: 27.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# ¤ coinr-cli [](https://travis-ci.org/johnotander/coinr-cli) [](https://github.com/feross/standard)
Get the current ticker value for cryptocurrencies

## Installation
```bash
npm i -g coinr-cli
```
## Usage
```sh
❯ 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
```
```sh
❯ coinr ethereum
Ethereum(ETH)
$10.1098
Changes: 0%1h -4%24h -19%7d
```
## Related
- [`coinr`](https://github.com/johnotander/coinr)
- [`shtml`](https://github.com/johnotander/shtml)
- [`to-percentage`](https://github.com/johnotander/to-percentage)
## License
MIT
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
Crafted with <3 by John Otander ([@4lpine](https://twitter.com/4lpine)).
***
> This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git).