You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple weather website where you can get the weather status of any city in the world by providing its name. The website is using a weather API where it is requesting for the weather data and then javascript is being used to extract the required data from the API response. The Backend of the website was developed by using express and No…