Asynchronous Node.js Weather Application to fetch weather information based on your given address.
Open your command prompt/terminal/Git Bash and type :- git clone https://github.com/arnab-datta/Weather-App.git
To download all needed node_modules i.e, dependencies to run the project ( Inside your project folder ) ->
Go to terminal and run the command :-
npm install
node app-promise.js -a 'your address'
(or)
node app.js -a 'your address'