1.0.2 • Published 10 months ago

jester-jokes v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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.

1.0.2

10 months ago

1.0.1

10 months ago