Weather-app is a open-source project for Displaying the Current weather condition of any location. Devloped in node.js.
- Node 8 or latest
- npm 6 or latest
$ cd to_your_folder
$ git clone https://github.com/Avinash998/weather-app.git
$ npm install
// 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
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.