Using the free version of openweathermap weather API for Current and forecasted date. A simple weather app that shows current temperature along with the temperature forecast for the next 5 days (Find Max/Min temperature for each day). All temperatures are in celsius.
API for Current temperature Api doc: https://openweathermap.org/current Api url: http://api.openweathermap.org/data/2.5/weather
API for forecast temperature: http://api.openweathermap.org/data/2.5/forecast
Login Page: