https://github.com/infoslack/coinmarketcap
CLI tool to consume CoinMarketCap api
https://github.com/infoslack/coinmarketcap
api cli coinmarketcap cryptocurrencies
Last synced: 8 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T03:05:47.000Z (about 8 years ago)
- Last Synced: 2025-01-23T04:27:13.529Z (10 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
```