Skip to content

This is a straightforward and intuitive weather application built using Node.js, Express, and Pug templating engine. The app utilizes the RapidAPI weather service to fetch current weather information for multiple cities. It offers a clean user interface and supports fetching weather details for several cities in a single request.

Notifications You must be signed in to change notification settings

mr-mudgal/Weather-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

Weather-Application

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 by npm install command.
  • then head over to 'http://localhost:5566/' in your browser to see the pject in the execution.

Home Page!

Result with 1 city!

Result with multiple cities!

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

About

This is a straightforward and intuitive weather application built using Node.js, Express, and Pug templating engine. The app utilizes the RapidAPI weather service to fetch current weather information for multiple cities. It offers a clean user interface and supports fetching weather details for several cities in a single request.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published