A nifty weather command for git lovers
Before you get started, you must have a Weather Underground API Key, or sign up to get one
Execute the following in your terminal
git weather
Add the git-weather script to your path like so
export PATH=$PATH:<path to git-weather folder>
Alias git-weather to enable autocomplete
git config --global alias.weather weather
Add your API key and location to settings.json
{
"API_KEY": "api key goes here",
"Location": "San Francisco, CA"
}