ohmyzsh/plugins/coinmarketcap/README.md
2017-11-18 18:29:32 +01:00

19 lines
455 B
Markdown

# Unofficial Cryptocurrency Market Capitalizations coinmarketcap.com
[coinmarketcap](https://coinmarketcap.com) plugin — Market Capitalization is one way to rank the relative size of a cryptocurrency. It's calculated by multiplying the Price by the Circulating Supply.
## Usage
For Bitcoin Gold
```
coin BTG
```
For all currencies
```
coin ALL
```
## Dependencies
commands like awk, grep and curl need to be in the $PATH
Tested in Linux and MacOs