jaymoulin/coinmon
Coinmon - Cryptocurrency CLI monitor - Docker Image (Multiarch)
2.2K
💰 Cryptocurrency price ticker CLI.
Check cryptocurrencies' prices, changes on your console. Best CLI tool for those who are both Crypto investors and Engineers.
This Docker image is base upon Coinmon
In order to use coinmon, make sure that you have Docker installed.
$ docker run --rm -t jaymoulin/coinmon
To check the top 10 cryptocurrencies ranked by their market cap, simply enter
$ docker run --rm -t jaymoulin/coinmon
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.
$ docker run --rm -t jaymoulin/coinmon -c eur // convert prices to Eurodollars
$ docker run --rm -t jaymoulin/coinmon -c jpy // convert prices to the Japanese yen
docker pull jaymoulin/coinmon