Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 602 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 602 Bytes

Chuck CHUCK

This is a fun utility which basically gives Chuck Norris jokes on demand.

Install

go get -u github.com/farhaanbukhsh/chuck

Note: Make sure you have GOPATH set and $GOPATH/bin added to the $PATH variable

Usage

First you need to cache some jokes, (You need internet for this)

chuck --index=10

Here I am caching 10 jokes, you can do as many as you want.

chuck

This will give you one of the above jokes!

Gopher Image: https://gopherize.me/

Chuck Norris Jokes: https://api.chucknorris.io/

Thanks to them things became easy!