jester-jokes

1.0.2 • Public • Published

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.

npm version Node.js Package npm bundle size GitHub

Installing

  1. Install the package
    npm i jester-jokes
  2. Fetch random joke
    const jester = require('jester-jokes');
    
    const joke = jester.getJoke();
    console.log(joke);
  3. 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.

Package Sidebar

Install

npm i jester-jokes

Weekly Downloads

12

Version

1.0.2

License

MIT

Unpacked Size

14.3 kB

Total Files

8

Last publish

Collaborators

  • newbnox