For this project, I wanted to create something that could potentially be useful. The subject of algotrading is really interesting to me, and since the world of cryptocurrency is smaller than the stock market, I decided to apply it to that. Since the overall volume is lower, it’s easier to take advantage of something calledContinue reading “CLI Project – Bitcoin.com Crypto API”
Tag Archives: CLI
Creating a Ruby CLI Gem
I began working on this gem using using the guides at: https://guides.rubygems.org/make-your-own-gem/ The repo for this project can be found here: https://github.com/nichol88/nhl_stats With the challenge of creating a web-scraping CLI gem, I decided that I would go for professional sports data, seeing as how they would most likely be easily accessible on the internet. TheContinue reading “Creating a Ruby CLI Gem”