UNPKG

jokes-generator-cli

Version:

A CLI application that generates random jokes

55 lines (31 loc) 1.11 kB
## 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 ```bash npm i jokes-generator-cli -g ``` ## Usage You need to run the following command in your terminal. ```bash gen-joke ``` ## Tech Stack Used: ![](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=JavaScript&logoColor=white) ![](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white) ## API Reference #### Get a joke ```http 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](CODE-OF-CONDUCT.md). By participating in this project you agree to abide by its terms.