Weather Application

Weather application to show weather information by 3 hours for next 5 days by city name or zipcode

api.openweathermap.org

The application gets weather data for the City/Zipcode from https://api.openweathermap.org/data/2.5/forecast. It can fetch data either by Zipcode or City name. City and zipcode is searched within the selected country(Default selected country is United-StatesUS). For selecting country, we need to provide Country-Code like US or IN. The application will fetch data from openwethermap.org in the form of json. This data is then parsed and displayed in readable format. The weather information is shown for every 3 hours for next 5 days.

Menu

Result

Reference:

https://openweathermap.org/api