Sha256: c725e706f5b308aa98f2e41952b1445665c990825b802ccc1f87a52cbdf7b6c0

Contents?: true

Size: 712 Bytes

Versions: 2

Compression:

Stored size: 712 Bytes

Contents

## Crypto Quote

$ crypto-quote

puts "Welcome to the Cryto Quote App."
puts "The quotes are from http://coinmarketcap.com and are delayed by 15 minutes."

display a table of summary data

| Rank		| Ticker  | Name		  | Price      | % 1 Hour | % 24 Hours |
| --------| --------| --------  | -----------|----------| -----------|
| 1				|	BTC			|	Bitcoin	  |	$10,730.7	 | 1.1%			|	-6.73%     |
| 2				|	ETH			|	Ethereum	|	$987.32		 | 1.6%			|	-5.32%		 |

type the number of the crypto currency to see more information
Type exit to exit

$ 1

Bitcoin Details
Ticker, Name, Price, % 1 Hour, % 24 Hours, % 7 Days,
Market Cap
24 Volume
Available Supply (% of max)
Max Supply

type l or list to go back
type exit to exit

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
crypto_quote-0.1.1 NOTES.md
crypto_quote-0.1.0 NOTES.md