Cryptostats CLI

Welcome to Cryptostats! Cryptostats is a CLI ruby gem that fetches meta data of the top 100 cryptocurrencies from the CoinGecko API and displays updated statistics regarding the current prices, market cap, volume, price change, etc.

Installation

Option 1 - Add this line to your application's Gemfile:

gem 'cryptostats-cli-gem'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install cryptostats-cli-gem

Option 2 - Clone the Git repository:

git clone https://github.com/charlesangelolai/cryptostats-cli-gem.git

Usage

  1. Execute inside the directory:
$ bin/run
  1. Enter the crypto number of the cryptocurrency for more details: (1 - 100)

  2. Crypto Stats is displayed.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/charlesangelolai/cryptostats-cli-gem. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Cryptostats::Cli::Gem project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.