Skip to content

💰 The cryptocurrencies' prices tool on CLI.

Notifications You must be signed in to change notification settings

mehmetakyuz/coinmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💰 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

About

💰 The cryptocurrencies' prices tool on CLI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published