help weathr
-------------------------------------------------------------------------------

Title

weather -- Weather conditions from weather.com

Syntax

weathr [zipcode(s)]

Description

weathr retrieves the current weather conditions and the forecast for the next 36 hours from yahoo.com for one or more US zipcodes. It requires a connection to the internet.

Remarks

If you define a global macro weathrzipcode with one or more zipcodes, seperated by spaces, you need not enter anything after weathr. Note that weathrzipcode, like weathr, is missing an e. A convienent place to define $weathrzipcode is in your profile.do.

Examples

. weathr 27599

. weathr 77845 27513 60606

. global weathrzipcode 90210

. weathr

Author