This project has been moved to https://gitlab.com/notrtdsx/vaer
simple, text-only weather in Node.js. inspired by Lyn.
Vær is the Norwegian word for weather, used in everyday speech to describe the conditions outside: temperature, wind, clouds, and precipitation.
- Node.js 24.16.0
- npm (for installing globally)
npm install -g .- Note, do not delete the vaer folder. if it gets deleted, vaer doesnt work.
vaer now [location]
vaer forecast [location] [--limit N]
vaer today [location] [--hour H]
vaer tomorrow [location] [--hour H]
vaer wear [location]12:00 12.3°C
weather: clearsky_day
wind: 4.5 m/s
precip: 0.00 mm
humidity: 54%
clouds: 12%
dew point: 8.1°C
UV: low (0.0)
The wear command prints short clothing suggestions based on temperature, wind, precipitation and UV.
- The CLI entry is
vaer(installed from thebin/vaerwrapper). - The project uses the Met.no APIs; please respect their usage policy.