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

https://github.com/morphclue/ygo-bubble-tea

CLI for Yu-Gi-Oh! cards made with Bubble Tea
https://github.com/morphclue/ygo-bubble-tea

bubbletea cli golang ygoprodeck

Last synced: about 1 month ago
JSON representation

CLI for Yu-Gi-Oh! cards made with Bubble Tea

Awesome Lists containing this project

README

        

# ygo-bubble-tea

This is a command-line application that allows you to search for Yu-Gi-Oh! cards using
the [Ygoprodeck API](https://ygoprodeck.com/api-guide/).
It is written in Go and uses the [Bubble Tea Framework](https://github.com/charmbracelet/bubbletea), along with
the [Lipgloss](https://github.com/charmbracelet/lipgloss) styling library
and [Bubbles](https://github.com/charmbracelet/bubbles) components library for a polished and interactive user
interface.
You can search for a card name, select a card from a list of cards, and view detailed information about it.

![Demo Usage](./assets/demo.gif)

## 🛠 Setup

- Go 1.19 or higher

```go
go install github.com/Morphclue/ygo-bubble-tea@latest
```