Weather-Forecast-App
Weather Forecast App gives the five days forecast informations with details like:
Humidity, Pressure, Temprature, Wind speed etc.
App uses third party API - OpenWeatherMap to show all the details.
Steps to run:
-
Install all the packages using command: npm install
-
Run the code using command: ng serve
-
Browse to http://localhost:4200 to search city name and get the forecast details for next five days.