ssomlk / Node_Weather_App_using_Promises

A command line Node.js Weather application to receive weather details of a particular location (using address). call back functions are replaced using promises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node_Weather_App_using_Promises

A command line Node.js Weather application to receive weather details of a particular location (using address). call back functions are replaced using promises

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

About

A command line Node.js Weather application to receive weather details of a particular location (using address). call back functions are replaced using promises


Languages

Language:JavaScript 100.0%