CLI that fetches cat facts from cat-fact.herokuapp.com (or as github repo)
You can install this program with commands
git clone https://github.com/Masynchin/catfacts.git
cd catfacts
go build
You can run catfacts
without any options provided and get 5 random cat facts
With -n {positive number}
option you can get as many cat facts as you want. It can be 1, 2, 10 or even 500 (according to API limit)