Skip to content

savala/git-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git weather

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

How to use

Execute the following in your terminal

git weather

Setup

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"
}

About

A weather command for git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages