A weather application using node.js
This is a weather application.
-This app obtains weather data for different citis such as Campbell, CA, Omaha, NE, Austin, TX and Timonium, MD.
-Displays the weather results in a table or list and omit any locations that fail to return data.
-[Optionally] Create a middleware (connect) on the server‐side that will log to the console all parameters passed to the server.
-Uses appropriate variable names and add comments.
-The Weather Underground requires developer registration to leverage their free API.
-Upon registration you will receive a key, which is required for subsequent requests.
=================== spikeApp.js - Test Node.Js server