Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 640 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 640 Bytes

catfacts

CLI that fetches cat facts from cat-fact.herokuapp.com (or as github repo)

Installing

You can install this program with commands

git clone https://github.com/Masynchin/catfacts.git
cd catfacts
go build

Usage

General

You can run catfacts without any options provided and get 5 random cat facts

Options

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)