Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 540 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 540 Bytes

coinmarketcap : utility to get cryptos quote (EUR or USD) & market capitalization from coinmarketcap.com API

install

git clone [email protected]:aboulaboul/coinmarketcap.git

build

cd coinmarketcap go build

run minimal option under linux (con't : you need a personnal API key from coinmarketcap)

./coinmarketcap -api-key=xxxxxxxxxxxxxxx

run minimal option with export to file under linux

./coinmarketcap -api-key=xxxxxxxxxxxxxxx > myfile.csv

help under linux

./coinmarketcap --help