Skip to content

Arbtrage/Joke-Generator-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jokes Generator in CLI

A CLI application that generates random jokes.

Features

  • Has a basic UI
  • Generates any random joke
  • Jokes include content from different flags

Installation

To install this project run

  npm i jokes-generator-cli -g

Usage

You need to run the following command in your terminal.

  gen-joke

Tech Stack Used:

API Reference

Get a joke

  GET v2.jokeapi.dev/joke/Any
Parameter Type Description
any string Generates any joke

Improvements to be done

  • Create a better UX
  • Take user inputs

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.