Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-mudgal/weather-application
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.
https://github.com/mr-mudgal/weather-application
body-parser bodyparser express express-js expressjs javascript node-js nodejs nodejs-server pug pug-template-engine pug-templates pugjs rapid-api rapidapi request weather weather-api weather-app weather-forecast
Last synced: 1 day ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mr-mudgal/weather-application
- Owner: mr-mudgal
- Created: 2023-07-13T10:06:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T20:30:19.000Z (4 days ago)
- Last Synced: 2025-01-18T21:19:44.297Z (4 days ago)
- Topics: body-parser, bodyparser, express, express-js, expressjs, javascript, node-js, nodejs, nodejs-server, pug, pug-template-engine, pug-templates, pugjs, rapid-api, rapidapi, request, weather, weather-api, weather-app, weather-forecast
- Language: JavaScript
- Homepage:
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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