Cryptocurrency price ticker CLI.
Check cryptocurrencies' prices, changes on your console. Best CLI tool for those who are both Crypto investors and Engineers.
All data comes from coinmarketcap.com APIs.
Install
In order to use coinmon, make sure that you have Node version 6.0.0 or higher.
$ npm install -g coinmon
Usage
To check the top 10 cryptocurrencies ranked by their market cap, simply enter
$ coinmon
Options
You can use the -c (or --convert) with the fiat currency symbol to find in terms of another currency. The default currency is USD and it supports AUD, BRL, CAD, CHF, CLP, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, ILS, INR, JPY, KRW, MXN, MYR, NOK, NZD, PHP, PKR, PLN, RUB, SEK, SGD, THB, TRY, TWD, ZAR.
$ coinmon -c eur // convert prices to Eurodollars
$ coinmon -c jpy // convert prices to the Japanese yen
You can use the -f (or --find) with keyword to search cryptocurrencies.
$ coinmon -f btc // search coins included keyword btc
$ coinmon -f eth // search coins included keyword eth
You can use the -t (or --top) with the index to find the top n cryptocurrencies ranked by their market cap.
$ coinmon --top 50 // find top 50
$ coinmon --top 1000 // find top 1000
Screenshot
Development
It's simple to run coinmon on your local computer.
The following is step-by-step instruction.
$ git clone https://github.com/bichenkk/coinmon.git
$ cd coinmon
$ yarn
$ npm install -g
$ npm link
$ coinmon
License
MIT
Download: coinmom-master.zip
or
git clone https://github.com/bichenkk/coinmon.git
Source