A gentle CLI weather report. No umbrella required.
drizzle fetches current conditions and forecasts via wttr.in — no API key, no signup, just weather.
$ drizzle
🌧️ Ermita, Manila, Philippines
───────────────────────────────
32°C · Feels like 38°C
Patchy rain nearby
💧 Humidity: 71%
🌬️ Wind: 19 km/h WSW
──────────────────────────────
via wttr.in
npm install -g drizzle-weatherOr run directly:
npx drizzle-weather# Current weather (defaults to Manila)
drizzle
# Specify a city
drizzle Tokyo
# 3-day forecast
drizzle --forecast
drizzle London --forecast
drizzle --city "New York" --forecast| Flag | Description |
|---|---|
--city, -c <name> |
City to check (default: Manila) |
--forecast, -f |
Show 3-day forecast |
--help, -h |
Show help |
Because it's gentle. It doesn't yell at you about the weather — it just tells you. Like a light drizzle on a warm day.
MIT