Skip to content

Avinash998/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-app CI status

Weather-app is a open-source project for Displaying the Current weather condition of any location. Devloped in node.js.

Installation

Requirements

  • Node 8 or latest
  • npm 6 or latest

$ cd to_your_folder

$ git clone https://github.com/Avinash998/weather-app.git

$ npm install

Usage

// Using Callback and request
node app.js --address=Your_address
node app.js -a=Your_address

// Using Promises and Axios for get request
node app-promise.js --address=Your_address
node app-promise.js -a=Your_address

Development


Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published