Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/farhaanbukhsh/chuck
- Owner: farhaanbukhsh
- License: mit
- Created: 2018-04-17T18:20:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T11:43:01.000Z (over 6 years ago)
- Last Synced: 2024-06-20T09:19:31.326Z (5 months ago)
- Topics: api, go, golang, joke-api, jokes, sqlite, sqlite3
- Language: Go
- Size: 192 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!