nolyoi / GeckoAPI

Pulling data from CoinGecko's top 100 API and displaying it neatly in your command line.

Home Page:https://nolanm.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeckoAPI

GeckoAPI is a command line program that allows you to interact with cryptocurrency market data of the top 100 projects. Browse the top 100 projects by market cap and view extended details from Coin Gecko's API.

Installation

  1. To run the command-line program, first clone this repository

    $ git clone git@github.com:nolyoi/GeckoAPI.git

  2. CD into the programs root directory:

    $ cd GeckoAPI

  3. Install dependencies:

    $ ./bin/setup

  4. From the root directory (/gecko_api) run the binary:

    $ ./bin/gecko_api

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/nolyoi/gecko_api.

License

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

About

Pulling data from CoinGecko's top 100 API and displaying it neatly in your command line.

https://nolanm.dev/

License:MIT License


Languages

Language:Ruby 99.3%Language:Shell 0.7%