This is a command line application that takes in a zip code as its input and returns the current temperature and weather conditions for that area. Also detects the city and state.
Uses the Google Maps API and Dark Sky weather API to retrieve the data.
Node.js is used to retrieve the data.
-
cd to the directory in which this folder is located.
-
Load the weather.js file using node and type a zip code
node weather.js <zip code>