Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T01:51:57.000Z (about 1 year ago)
- Last Synced: 2024-08-02T14:12:16.613Z (5 months 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: 93
- 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.[![HitCount](http://hits.dwyl.com/Anupya/dadjoke-cli.svg)](http://hits.dwyl.com/Anupya/dadjoke-cli) ![](https://img.badgesize.io/Anupya/dadjoke-cli/master/dadjoke.svg) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![](https://raw.githubusercontent.com/Anupya/dadjoke-cli/master/screenshot.png)
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