Terminal weather dashboard CLI built with Ink. Shows today + next days forecast in a compact panel layout.
npm i -g bweather
# or
bun add -g bweather
# or
yarn global add bweatherbweather sofiaIf location is omitted, default is New York.
npm install
npm start -- "San Francisco"j/kor arrow keys: move selected dayl: edit location inliner: refresh forecastqorEsc: quit- While editing location:
Enterto submit,Escto cancel
- Uses Open-Meteo APIs (no API key required).
- Requires Node 20+.