Skip to content

This is an app which shows temperature and weather forecast of the complete day.

Notifications You must be signed in to change notification settings

ishanporwal321/Weather-forecasting-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-forecasting-app

A Project by Ishan Porwal. This is an app which shows temperature and weather forecast of the complete day. WORKING OF APP :- In the home page the user have to enter the name of the city of which he/she wants to check the temperature and weather of for that day.There are three bold lines present in the subsequent html page which shows the temperature at that current time, 3 hours later, & 6 hours later respectively.There are photos of the weather present for different weathers with a short description. BACKEND DEVELOPMENT :- I used the node.js and express.js to write the backend of the app. I used express.static to add css to homepage of the web application. I have used port 3000 to host the app on my local system. I took the api from https://openweathermap.org/ . i went through the documentation of openweather.org and used the suitable properties from there. I used cnt=3 property to add the timestamps for 3 hours which enables the browser to tell the temperature at an interval of 3 hours for three time stamps. For returning the weather after user clicks the check button on the home page, i have used res.write and res.send . FRONTEND DEVELOPMENT :- For the development of the frontend of the home page i just used a background image and a bootstrap light button to make the home page minimalistic.

About

This is an app which shows temperature and weather forecast of the complete day.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published