Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infoslack/coinmarketcap
CLI tool to consume CoinMarketCap api
https://github.com/infoslack/coinmarketcap
api cli coinmarketcap cryptocurrencies
Last synced: 3 months ago
JSON representation
CLI tool to consume CoinMarketCap api
- Host: GitHub
- URL: https://github.com/infoslack/coinmarketcap
- Owner: infoslack
- Created: 2017-11-18T03:05:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T03:05:47.000Z (almost 7 years ago)
- Last Synced: 2024-06-28T20:53:20.760Z (5 months ago)
- Topics: api, cli, coinmarketcap, cryptocurrencies
- Language: Go
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```