Skip to content

Ash-5/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

weather-app

This is node application that helps you to find the weather of the location you pass in as an arugument to the terminal.

It uses google maps api and weather api darksky to tell the weather of the specified location.

This node app uses promises rather than using callbacks ,to chain the responses from the different API's

To run the app, you need to first install node and npm.

To install node, Find the instructions here

npm is installed with node.

Now clone the repository on ur desktop

now move into the repository $ cd weather-app

now run $ npm install this will install all the dependencies required for the weather application

now run $ node app-promise.js -h for help

help

run $ node app-promise.js -a "<address of your location>

weather information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published