Weather app is a NodeJS application in which when you search for your city name it will display the weather of your city in degrees Celsius with an image which is compatible with the current weather.
Weather App is a simple web application that I made with help of OpenWeatherMap API.
I have not focused on Frontend because I just wanted to Implement API in my Project so that I can understand the hierarchy of API's
For Backend I have used NodeJs with expressJs.
The working of Application is this----
At the point when we open this web application we have an option for enter the city name and then after entering city name it will show us the weather of particular city in degrees Celsius that we entered followed by an image which is compatible with the current weather.
Submitted by sharad sharma (sharad2k01)
Download packets of source code on Coders Packet
Comments