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
- Host: GitHub
- URL: https://github.com/morphclue/ygo-bubble-tea
- Owner: Morphclue
- License: mit
- Created: 2023-01-13T13:12:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T10:01:46.000Z (8 months ago)
- Last Synced: 2024-09-09T11:59:27.500Z (8 months ago)
- Topics: bubbletea, cli, golang, ygoprodeck
- Language: Go
- Homepage:
- Size: 6 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 🛠Setup
- Go 1.19 or higher
```go
go install github.com/Morphclue/ygo-bubble-tea@latest
```