jaymoulin / docker-coinmon

Coinmon - Cryptocurrency CLI monitor - Docker Image (Multiarch)

Home Page:https://brands.jaymoulin.me/me/docker-coinmon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.)

logo

Cryptocurrency CLI monitor - Docker Image (Multiarch)

latest release Docker Pulls Docker stars PayPal donation Buy me a coffee Buy me a coffee

đź’° 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

Install

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

Usage

To check the top 10 cryptocurrencies ranked by their market cap, simply enter

$ docker run --rm -t jaymoulin/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.

$ 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

Appendixes

Install Docker

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

About

Coinmon - Cryptocurrency CLI monitor - Docker Image (Multiarch)

https://brands.jaymoulin.me/me/docker-coinmon

License:MIT License


Languages

Language:Makefile 59.6%Language:Dockerfile 40.4%