Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.03 KB

File metadata and controls

60 lines (40 loc) · 1.03 KB

req - Terminal API Client

Note: This page is not up to date and serves as a boilerplate for the blog setup.

A terminal-based API client built for the Boot.dev Hackathon 2025.

Features

  • Terminal user interface
  • Request collections
  • Environment variables
  • Request history

Tech Stack

The project uses:

  1. Go for core logic
  2. Bubble Tea for TUI
  3. SQLite for storage

Code Example

func main() {
    fmt.Println("Hello, req!")
}

Installation

go build -o req .
./req

Commands

  • req --help - Show help
  • req --verbose - Verbose output

Lists Test

Unordered list:

  • Item one
  • Item two
  • Item three

Ordered list:

  1. First step
  2. Second step
  3. Third step

Text Formatting

This has bold text, italic text, and inline code.


This blog is built with ❤️ using pyssg - A guided learning project at boot.dev