Weather App

Console Based using both callback function and promises

In this app, google API (for location) and darksky.net API (for fetching weather ) are used.

To run this app (by callback func)

node app.js --address or -a "Location (eg: Karachi)"

To run this app (by promises)

node appPromise.js --address or -a "Location (eg: Karachi)"