This is the simple UI weather application, created with node.js, express and pug. It uses rapidapi to fetch the current weather. You can request temperature of multiple cities by separating them with comma (,) - {eq. - paris,new york,seoul}
To execute:
- Download the Weather-Application by cloning or by the zip file.
- Unzip the folder, if downloaded the zip file.
- Open the terminal in the project root directory and run the following commands.
npm install
, which will install all the dependencies packages required by the project.nodemon app.js
, this will execute the project after all the dependencies have been downloaded in the newly created directory (node_modules), which is created automatically bynpm install
command.- then head over to 'http://localhost:5566/' in your browser to see the pject in the execution.
Version - 1.0.0 Other Details of the project can be found in the package.json file.
Thank You Developed / Coded / Created / Designed (from scratch) : by | RISHABH MUDGAL