Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 389 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 389 Bytes

Node_Weather_App

A command line Node.js Weather application to receive weather details of a particular location (using address)

Steps to Execute

Download the files Run npm install to install all the node modules and dependancies in the package.json Execute node app.js -address "74 Howick Botany"

Please make sure to replace the GOOGLE_API_KEY and FORECAST_API_KEY to your API keys