3 points Tairesh | 1 comments | | HN request time: 0.207s | source

I built `rustormy`, a minimal terminal tool to check the weather with ASCII art and ANSI colors.

Features:

- Current conditions (temp, wind, humidity, pressure, precipitation)

- ASCII icons + color output

- Input by city or lat/long

- Metric/imperial units, JSON output, multi-lang (EN, RU, ES)

- Live mode with auto-refresh

- Works out-of-the-box with Open-Meteo (no API key), also supports OpenWeatherMap

Install via `cargo install rustormy` or grab a prebuilt binary from releases page Repo: https://github.com/Tairesh/rustormy

Would love feedback, feature ideas, or bug reports -- especially from CLI/TUI fans.