drizzle-weather
v1.0.1
Published
A gentle CLI weather report — drizzle brings you the forecast, no umbrella required
Maintainers
Readme
drizzle ☁️
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.inInstall
npm install -g drizzle-weatherOr run directly:
npx drizzle-weatherUsage
# Current weather (defaults to Manila)
drizzle
# Specify a city
drizzle Tokyo
# 3-day forecast
drizzle --forecast
drizzle London --forecast
drizzle --city "New York" --forecastOptions
| Flag | Description |
|-------------------------|---------------------------------|
| --city, -c <name> | City to check (default: Manila) |
| --forecast, -f | Show 3-day forecast |
| --help, -h | Show help |
Why "drizzle"?
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.
License
MIT
