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