1.3.0 • Published 9 years ago

weather-terminal v1.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

1.3.0

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago