jester-jokes
v1.0.2
Published
Fetch some "original" jokes
Downloads
5
Maintainers
Readme
Jester Jokes
Jester Jokes is simple NPM package that provides you with list of prewritten jokes that you can easily add to your project. No need to figure out jokes on your own.
Installing
- Install the package
npm i jester-jokes
- Fetch random joke
const jester = require('jester-jokes'); const joke = jester.getJoke(); console.log(joke);
- Profit!
Contributing
All contributions are welcome to the project, if you find good jokes to be added, you can add them by first forking the repo, and then adding them to src/jokes.json
.