Skip to content
/ coin-cli Public

₿ CLI that provides cryptocurrency prices and information

Notifications You must be signed in to change notification settings

EPguy/coin-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTC will touch 500,000$ 🚀

₿ coin-cli - Cryptocurrency info in terminal

Quick Start 🚀

git clone https://github.com/EPguy/coin-cli.git
cd coin-cli
go get -d .
go build .

Usage 🧩

coin-cli list <MAX_RANK_TO_SHOW> --sort <SORT_TYPE>
coin-cli info <COIN_SYMBOL>

Example of Usage

coin-cli list
coin-cli list 100
coin-cli list 100 --sort price_desc
coin-cli list 100 --sort 24d_desc
coin-cli info ETH
coin-cli info BTC
coin-cli info ASTR
coin-cli info EGLD
coin-cli info SUI
coin-cli info APT

Sort Type

rank_asc
rank_desc
price_asc
price_desc
1h_asc
1h_desc
24h_asc
24h_desc
7d_asc
7d_desc
30d_asc
30d_desc
1y_asc
1y_desc

Info Example

image

Used API

coinpaprika

About

₿ CLI that provides cryptocurrency prices and information

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages