Skip to content

panayotoff/bweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 bweather

Usage

bweather sofia

If location is omitted, default is New York.

Local development

npm install
npm start -- "San Francisco"

Controls

  • j / k or arrow keys: move selected day
  • l: edit location inline
  • r: refresh forecast
  • q or Esc: quit
  • While editing location: Enter to submit, Esc to cancel

Notes

  • Uses Open-Meteo APIs (no API key required).
  • Requires Node 20+.

About

Weather TUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors