Skip to content

integration of CoinMarketCap API to get current Crypto Market Status

License

Notifications You must be signed in to change notification settings

eulis01/cryptocli

Repository files navigation

CryptoCli

Welcome to Crypto Cli a command line applicaton get all the Top 15 Crypto of the day prices and show detailed information.

Manual installation

Make sure the following gem are installed if they are not by running the gem install 'Crypto_CLI'

check you gems on the terminal gem list gems require by this project

   gem dotenv #=> Keep your api key secure.
   gem rake
   gem rspec
   gem pry

not in use future update
   gem rest-clien
   gem crack #=> for parsing json files.
   gem terminal-table #=> to make table easy.
   gem colorize #=> make thing colorful.

Installation

Add this line to your application's Gemfile:

gem 'Crypto_CLI'

And then execute:

$ bundle install
#=> should install

Or install it yourself as:

$ gem install Crypto_Cli

Usage of Crypto Cli

$ cryptocli
"Welcome to the Cryto Cli App."
"The quotes are from https://coinmarketcap.com and are updated every reload of the app."

type a number 1 to 15 to see more details.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com//Crypto_Cli. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com//Crypto_Cli/blob/master/CODE_OF_CONDUCT.md).

Code of Conduct

Everyone interacting in the CryptoCli project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com//Crypto_Cli/blob/master/CODE_OF_CONDUCT.md).

About

integration of CoinMarketCap API to get current Crypto Market Status

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published