Skip to content

tomcraven/coin-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coin-info

A small experiment into a rust crypto currency ticker. Run using cargo and pass a list of symbols to track:

cargo run btc eth ltc

Output looks something like this:

┌───────────────────────────────────────────────────────────────────────────────┐
│index  symbol     usd        1h         24h        7d         24h volume       │
│                                                                               │
│1      BTC        14193.9    0.67       8.01       -24.79     10579900000.0    │
│2      ETH        766.836    0.27       17.7       0.62       2457490000.0     │
│3      LTC        275.515    0.1        5.66       -17.17     853805000.0      │
└───────────────────────────────────────────────────────────────────────────────┘

About

Small/simple crypto coin tracker using coinmarketcap API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages