Node.js weather application. Application returns the current weather that is in the location entered. Possible entries are zip codes, full address, city name, etc.
The app takes in the location string and calls googlemaps api to get the the longitude and latitude of the location. Those coordinates are then sent to the Forecast.io api to retrieve the weather in that location.
