Skip to content

Console application to retrieve the weather based on an address you provide as input built using Nodejs.

License

Notifications You must be signed in to change notification settings

benadeja/nodejs-weather-app

Repository files navigation

Nodejs Weather Console App

Console application to retrieve the weather based on an address you provide as input built using Nodejs.

We will be making 2 REST calls in this application:

This application provide 2 entrypoints:

  • app.js (The application has been implemented using callbacks)
  • app-promise.js (The application has been implemented using promises)

We will also be showcasing how to chain callbacks and promises to drive application logic.

Getting Started

Make sure you have Nodejs and npm installed on your machine.

Follow this link if unsure : https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

Installing

Run the following command from the weather-app directory to see how the system works:

node app.js --help node app-promise.js --help

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Console application to retrieve the weather based on an address you provide as input built using Nodejs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published