Skip to content

scottrudy/PsWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PsWeather

Weather module for PowerShell

##Install instructions This module is available on the PowerShell Gallery. Instructions are available on the site for global installation, but if you need to install without admin rights to your profile, simply open a PS session and type one of the following commands.

Install-Package PsWeather -Scope CurrentUser

or

Install-Module PsWeather -Scope CurrentUser

##Usage Once installed you can run the command and pass in the zipcode [-zip=17055] and number of days [-days=7].

weather 17055 7

or

weather -zip 17055 -days 7

About

Weather module for PowerShell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published