joking-terminal
v1.0.2
Published
**Joking Terminal** is a Node.js command-line tool that delivers random jokes directly in your terminal. It uses the [Official Joke API](https://github.com/15Dkatz/official_joke_api) to provide laughs on demand.
Readme
Joking Terminal
Joking Terminal is a Node.js command-line tool that delivers random jokes directly in your terminal.
It uses the Official Joke API to provide laughs on demand.
The joking-terminal CLI is designed to be simple, fast, and fun — perfect for a quick laugh while coding.
About
The joking-terminal package contains everything needed to run the CLI.
It handles fetching jokes from different categories and displaying them in a clean, readable format.
Note: By default, the CLI fetches a single random joke. You can select joke categories like programming, general, or knock-knock. The development version of the CLI includes helpful warnings for common mistakes, whereas the production version is optimized for performance.
Features
- Fetch random jokes instantly.
- Choose joke categories:
programming,general,knock-knock. - Lightweight, fast, and terminal-friendly.
- Built with Commander for clean CLI design.
Example
$ joke
🤔 Why do programmers prefer dark mode?
.
..Because light attracts bugs!🤭