Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/infoslack/coinmarketcap

CLI tool to consume CoinMarketCap api
https://github.com/infoslack/coinmarketcap

api cli coinmarketcap cryptocurrencies

Last synced: about 2 months ago
JSON representation

CLI tool to consume CoinMarketCap api

Awesome Lists containing this project

README

        

CLI-CoinMarketCap
=================
This example consumes a [CoinMarketCap](https://coinmarketcap.com/) api and returns a coin's data.

### Build & Run
```
$ go build

$ ./coinmarketcap ethereum

[CoinMarketCap] [ethereum]
---------------------------
Price(BTC): 0.0440075
Price(USD): 328.033
Volume: 601065000.0
Change 24H: -0.88
```