Posh-Weather.Gov.psm1
|
. $PSScriptRoot\Functions\Get-WeatherForecastFullByIP.ps1 Export-ModuleMember -Function Get-WeatherForecastFullByIP . $PSScriptRoot\Functions\Get-WeatherForecastFullByZip.ps1 Export-ModuleMember -Function Get-WeatherForecastFullByZip . $PSScriptRoot\Functions\Get-WeatherForecastShortByIP.ps1 Export-ModuleMember -Function Get-WeatherForecastShortByIP . $PSScriptRoot\Functions\Get-WeatherForecastShortByZip.ps1 Export-ModuleMember -Function Get-WeatherForecastShortByZip |