Open Weather API
Description
Python code to pull location specific weather information from the Open Weather API.
- Security note: You will need to retrieve an API key from OpenWeather and replace the apiKey value.
Screenshots
Here is one of the simplest executions of the program
Code
Instructions
Install Python, download code, acquire an API key, modify that section of the code and run.
Tools
- Python
- Pycharm
Library Requirements
- requests
- textwrap
- iso3166
- zipcodes (avaiable from pypi.org)
- os
- datetime