1.0.3 • Published 4 years ago

awesome-dev-jokes v1.0.3

Weekly downloads
46
License
ISC
Repository
github
Last release
4 years ago

awesome-dev-jokes

A NPM package that returns awesome dev jokes.

Installation

$ npm install awesome-dev-jokes

Usage

getRandomJoke() method returns a random dev joke : I would love to change the world, but they won’t give me the source code.

const Joke = require('awesome-dev-jokes');

console.log(Joke.getRandomJoke());

Contributing

Add New Jokes

License

MIT