Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farhaanbukhsh/chuck

This is fun utility to get some Chuck Norris jokes and make command line more fun.
https://github.com/farhaanbukhsh/chuck

api go golang joke-api jokes sqlite sqlite3

Last synced: 14 days ago
JSON representation

This is fun utility to get some Chuck Norris jokes and make command line more fun.

Awesome Lists containing this project

README

        

![Chuck](thumb-chuck-go.png)
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!