give-me-a-joke
A npm-module for random and customized jokes.
Install
$ npm install --save give-me-a-joke
Usage
var giveMeAJoke = ; // To get a random dad jokegiveMeAJoke; // To get a random Chuck Norris jokegiveMeAJoke; // To get a customized jokevar fn = "Jackie";var ln = "Chan";giveMeAJoke; // To get a random Joke of the Day (Categories allowed: "blonde", "knock-knock", "animal", "jod")var category = "blonde";giveMeAJoke;
Contributing
I would love to have your help on this! Do check out the issues dashboard of this repository, and submit a PR on any one of those issues, and I will be happy to merge! If there are no issues on the dashboard, please do feel free to create new ones!
License
MIT © Saurabh Shubham