Created a Node.js Command-Line Application that takes a Zip Code or Postal Code and it retrieves Today's Forecast.
For example:
$ node forecast.js 90210Google Maps Geocoding API has an API that can process the converting addresses into geographic coordinates.
Forecast.io has an API you could use to get the weather forecast.