No commit activity in last 3 years
No release in over 3 years
A coinmarketcap wrapper which makes it convenient to display the top 5 cryptocurrencies as listed on https://coinmarketcap.com.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.1.0, ~> 0.1
>= 1.2, ~> 1.2
~> 0.3, >= 0.3.4
>= 2.1.0, ~> 2.1
>= 0.7.0, ~> 0.7
>= 0.2.0, ~> 0.2
>= 0.2.0, ~> 0.2
~> 0.4, >= 0.4.1
 Project Readme

Use the cryptocoin_fanboi gen to keep up to date with the latest on crypto currencies

require 'cryptocoin_fanboi'

ccf = CryptocoinFanboi.new
puts ccf.to_s limit: 7

Output:

--------------------------------------------------------------
| Name          | USD       | BTC         |  % 24hr| % 1 week|
--------------------------------------------------------------
| Bitcoin       | 13394.7   | 1.0         |   -3.57|    -5.03|
| Ripple        | 2.21889   | 0.00016706  |   -1.21|   113.82|
| Ethereum      | 764.084   | 0.0575287   |    2.19|     0.04|
| Bitcoin Cash  | 2436.01   | 0.18341     |    -4.9|   -18.72|
| Cardano       | 0.689258  | 0.00005189  |    -5.5|    67.22|
| Litecoin      | 228.231   | 0.0171838   |   -0.84|   -17.57|
| IOTA          | 3.55108   | 0.00026736  |   -0.77|    -2.48|
--------------------------------------------------------------

Coins data is fetched from coinmarketcap.com using the coinmarketcap gem which is called from the cryptocoin_fanboi gem.

Resources

cryptocoin_fanboi bitcoin cryptocurrency coinmarketcap gem