Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 508 Bytes

File metadata and controls

13 lines (9 loc) · 508 Bytes

Weather Application

Description

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.

Usage

  1. cd to the directory in which this folder is located.

  2. Load the weather.js file using node and type a zip code

     node weather.js <zip code>