Earlier than going forward and telling you concerning the Coinmon command line utility for fetching the cryptocurrency costs, let me share another fascinating terminal instruments and tips that you simply’ll positively love:
- Watch Star Wars in terminal
- Use StackOverflow in terminal
- Get Weather report in terminal
- Access Google through terminal
- Use Wikipedia from command line
- Search and download torrent in terminal
Use Coinmon for getting Bitcoin value from terminal
Now that you simply’ve checked out these cool instruments, let’s inform you easy methods to use Coinmon software to fetch the newest cryptocurrency tendencies. As this open supply undertaking’s GitHub web page describes, it’s the “finest CLI software for Engineers who’re crypto traders as nicely.”
It’s price noting that every one the information fetched by this software comes from coinmarketcap.com APIs. It’s a reputed web site within the cryptocurrency world, so you’ll be able to relaxation assured.
Putting in Coinmon
To put in and use Coinmon, just remember to’re having Node model 6.0.0 or greater. To put in Node in your Ubuntu, Debian, or Mint methods, run the next command. For different distros, be happy to make use of yum, dnf, or pacman bundle supervisor.
sudo apt-get set up nodejs
sudo apt-get set up npm
Having made positive that Node is put in in your machine, now run the next command to put in Coinmon cryptocurrency value checking utility:
sudo npm set up -g coinmon
Methods to use Coinmon to verify cryptocurrency costs?
After putting in Coinmon bitcoin value checker in your Linux machine, you simply have to run the Coinmon command to get a listing of prime 10 cryptocurrencies, organized by their marketcap. Simply run:
coinmon
This command gave the next output on my machine. Fairly candy, proper?
That’s not all. Coinmon has tons of customization choices to refine your outcome and get the specified outcomes. For instance, you should use -c or –convert with fiat foreign money image to seek out in time period of different foreign money. The supported currencies, aside from USD, are: 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 jpy // convert costs to the Japanese yen
You may as well discover the highest n digital cash ranked by their market capitalization. For this, use -t or –prime:
coinmon -t 50 // discover prime 50
There are different choices as nicely. Use -h or –assist to checklist all legitimate parameters:
coinmon -h
That’s all about Coinmon and easy methods to verify Bitcoin value from terminal. Share your views with us and keep tuned for extra fascinating stuff.
Additionally Learn: The Ultimate A To Z List of Linux Commands | Linux Command Line Reference