Caution
As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support my work.
Note
(This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)
Tip
THIS REPOSITORY IS AUTO-UPDATED BY GITHUB-RELEASE-NOTIFIER (https://github.com/femtopixel/github-release-notifier)
💰 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.
Please note that this package is also hosted on Github Container Registry, just add ghcr.io/
before the image name (docker pull ghcr.io/jaymoulin/coinmon
instead of jaymoulin/coinmon
)
$ 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
If you don't have Docker installed yet, you can do it easily in one line using this command
curl -sSL "https://gist.githubusercontent.com/jaymoulin/e749a189511cd965f45919f2f99e45f3/raw/0e650b38fde684c4ac534b254099d6d5543375f1/ARM%2520(Raspberry%2520PI)%2520Docker%2520Install" | sudo sh && sudo usermod -aG docker $USER