https://github.com/mguida22/weather-terminal
:partly_sunny: Weather from your terminal
https://github.com/mguida22/weather-terminal
Last synced: about 1 month ago
JSON representation
:partly_sunny: Weather from your terminal
- Host: GitHub
- URL: https://github.com/mguida22/weather-terminal
- Owner: mguida22
- License: mit
- Created: 2015-10-12T04:52:57.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-11-12T07:01:39.000Z (over 9 years ago)
- Last Synced: 2025-04-28T00:04:31.448Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weather-terminal
Weather from the command line. :sunny:
### Setup
```sh
# Install
$ npm install --global weather-terminal# Update
$ npm update --global weather-terminal
```You will need an API key from Open Weather. Follow the [directions](http://openweathermap.org/appid) 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.
```sh
$ weather 123456789 --add-key
```You can optionally add a default location to use that will be saved for future requests.
```sh
$ weather Boulder,CO --set-default
$ weatherBoulder:
scattered clouds
74.37 ° F
25 % humidity
```### Usage
```sh
$ weather Boulder,COBoulder:
scattered clouds
74.37 ° F
25 % humidity$ weather --help
```### License
MIT