https://github.com/Anupya/dadjoke-cli
A simple CLI to bring you the freshest dad jokes straight to your terminal :joy:
https://github.com/Anupya/dadjoke-cli
cli comedy command-line dad dad-joke dadjokes jokes
Last synced: 10 days ago
JSON representation
A simple CLI to bring you the freshest dad jokes straight to your terminal :joy:
- Host: GitHub
- URL: https://github.com/Anupya/dadjoke-cli
- Owner: Anupya
- License: mit
- Created: 2019-01-18T18:43:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T01:51:57.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:13:22.054Z (17 days ago)
- Topics: cli, comedy, command-line, dad, dad-joke, dadjokes, jokes
- Homepage: https://www.producthunt.com/posts/dad-joke-cli
- Size: 37.1 KB
- Stars: 103
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - Anupya/dadjoke-cli - A simple CLI to bring you the freshest dad jokes straight to your terminal :joy: (Others)
README
# Dad Joke CLI
A simple Command Line Interface (CLI) to bring you the freshest dad jokes straight to your terminal.[](http://hits.dwyl.com/Anupya/dadjoke-cli)  [](https://github.com/dwyl/esta/issues) [](https://opensource.org/licenses/MIT)

All data is from [icanhazdadjoke](https://icanhazdadjoke.com/api).
## Installation
Run the following command in your terminal:
```
curl "https://raw.githubusercontent.com/Anupya/dadjoke-cli/master/dadjoke" -o /usr/local/bin/dadjoke && chmod +x /usr/local/bin/dadjoke
```## Usage
You are all set! Enter this in your terminal to receive a new dad joke :)
```
dadjoke
```## Development
```
git clone https://github.com/Anupya/dadjoke-cli.git
cd dadjoke-cli
vim dadjoke
```## License
MIT License