coinmon v0.0.28
💰 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 coincap APIs.
Quick Update
- As coinmarketcap API is only free with API keys, we moved to use coincap API and disabled some features.
Install
In order to use coinmon, make sure that you have Node version 6.0.0 or higher.
$ npm install -g coinmonUsage
To check the top 10 cryptocurrencies ranked by their market cap, simply enter
$ coinmonOptions
Find specific coin(s)
You can use the -f (or --find) with coin symbol to search cryptocurrencies. You can add symbols seperated by comma.
$ coinmon -f btc // search coins included keyword btc
$ coinmon -f btc,eth // search coins included keyword btc or ethFind top coin(s)
You can use the -t (or --top) with the index to find the top n cryptocurrencies ranked by their market cap.
$ coinmon -t 50 // find top 50Show option menu
You can use the -h (or --help) to find all valid options of coinmon
$ coinmon -hScreenshot
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
$ coinmonDocker
Initial usage
$ docker run --rm -ti jaymoulin/coinmonYou can pass parameters just like coinmon binary
$ docker run --rm -ti jaymoulin/coinmon --helpLocal usage
Build image
$ docker build -t coinmon .Usage
$ docker run --rm -ti coinmonYou can pass parameters just like coinmon binary
$ docker run --rm -ti coinmon --helpContributors
- @maticrivo
- @pgila
- @vladei
- @jaymoulin
- @anilkilic
License
MIT
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago