Skip to content

Displays weather information of specified United States location.

License

Notifications You must be signed in to change notification settings

mingsonleung/terminal-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Program:

This program outputs real-time weather data based on the
inputted City/State or ZIP Code. The user interface is simple
to use and relies on the terminal's standard input and output. 
Weather reports are provided by API calls to OpenWeatherMap. 

Usage:

git clone https://github.com/dk2684/terminal-weather-app.git
cd terminal-weather-app
python main.py

Required Imports:

datetime (pip install datetime)
requests (pip install requests)

Demo (Made During Time As Instructional Assistant)

Video

Limitations:

Weather Data only supports United States locations.
Limited to 1000 API calls per day.

API Information:

OpenWeatherMap provides global weather data via API, 
including current weather data, forecasts, nowcasts and 
historical weather data for any geographical location.

https://openweathermap.org/

Future Plans:

Weather data using Longitude & Latitude information
Images (ASCII Art) to illustrate weather conditions
Visualizing performance statistics

About

Displays weather information of specified United States location.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages