Node.JS application, that gets a joke from Joke API and prints it to the console
$ npm run build$ npm start -- --help
Usage: joke_collection [options]
Get a random joke from Joke API "https://v2.jokeapi.dev/"
Options:
-V, --version output the version number
-c, --category [categories...] specify category
-h, --help display help for command$ npm run benchmark