npm i -g chuck-me-a-joke
This is a small global npm module made for educational porpuses. It's a CLI tool that fetches Chuck Norris jokes from Chuck Norris Jokes API.
chuck-me-a-joke <command>
random
: Returns a random Chuck Norris joke.category
: Returns a list of categories to choose from and returns a joke from that category.
Thanks to Mathias for allowing me to use his great Chuck Norris API. You can take a look at it here.