weather-terminal
v1.3.0
Published
Weather from the command line
Downloads
3
Readme
weather-terminal
Weather from the command line. :sunny:
Setup
# Install
$ npm install --global weather-terminal
# Update
$ npm update --global weather-terminal
You will need an API key from Open Weather. Follow the directions to get a key.
Once you have a key use --add-key
flag to add the key to weather-terminal
. The key only needs to be added once and it will be remembered for future requests.
$ weather 123456789 --add-key
You can optionally add a default location to use that will be saved for future requests.
$ weather Boulder,CO --set-default
$ weather
Boulder:
scattered clouds
74.37 ° F
25 % humidity
Usage
$ weather Boulder,CO
Boulder:
scattered clouds
74.37 ° F
25 % humidity
$ weather --help
License
MIT