Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/batsdk/jokes-cli

A Basic CLI made with Cobra to get random jokes
https://github.com/batsdk/jokes-cli

cobra-cli go golang

Last synced: about 1 month ago
JSON representation

A Basic CLI made with Cobra to get random jokes

Awesome Lists containing this project

README

        

# Jokes-CLI - A Basic CLI Made with Golang
This application is a simple Command Line Interface (CLI) built with Golang and the Cobra CLI framework. It's designed to retrieve and deliver random jokes from an API containing a collection of jokes.
## Prerequisites

Before you begin, ensure you have the following installed on your system:

- [Golang](https://golang.org/dl/): The Go programming language.
- [Cobra CLI](https://cobra.dev/): A powerful CLI library for Go.

## Clone the Repository
```git clone https://github.com/dewShemil/jokes-cli.git```

## Build and Run
- cd jokes-cli
- go build
- ./jokes-cli random

### Todo List
- [x] Get jokes from an external API
- [ ] Add more commands