weatherforecastAPI

OpenWeatherForecast API using Python

Fetching weather data using Open Weather Forecast API

Course Name: Introduction to Programming DSC510
Date: 8/7/2019
Author: Sathish Manthani

Weater

Description:

This program fetches weather forecast data using OpenWeatherMap APIs.
It prompts user to enter a city name or zip code and API will be called with these parameters.
Error message is displayed the user if connection fails or input parameters are incorrect.
On success, weather forecast data is displayed for next 5 days in 3 hour intervals.

Usage:

Enter a valid zip code or city name, or type exit to quit the program.