An app that give the current weather data in any city of the world
You shall have nodejs installed of at least version 10 or higher
Use the node package manager (npm) to install the node modules.
npm init
Install expressjs.
npm install express
Install ejs.
npm install ejs
Install body-parser.
npm install body-parser
node app.js