flavortown_reader 0.1.1

Read Flavortown Devlogs
# Flavortown Reader

A TUI to read Flavortown devlogs! Written in Rust with Ratatui.

Claude was used to help with parsing markdown.

# IMPORTANT

This is a BYO API Key product. Ensure you have `FT_API_KEY` set as an env var before running:

```bash
export FT_API_KEY=YOUR_API_KEY
```

## Install

```bash
cargo install flavortown_reader
```

## Use

```bash
flavortown_reader
```