Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 463 Bytes

File metadata and controls

11 lines (9 loc) · 463 Bytes

forecast-cli-app

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 90210

Reference

Google 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.