Jump to content
Fi8sVrs

coinmon - The cryptocurrencies' prices tool on CLI.

Recommended Posts

  • Active Members

logo.png

:moneybag: 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

screenshot.png

 

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

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...