Python script for a weather data fetch application using OpenWeatherMap API and HTTP requests.
- Download weather.py-API .zip
- Unzip the folder.
- Open the weather.py file in the terminal of your preferred IDE.
-
Enter the name of the city you wanna fetch weather data of.
-
Wait for the data to load, while you go through the commands.
Press:
1
for location data.2
for weather data.3
for atmospheric details.4
for timings.0
to terminate the application.
- The weather data has been fetched through OpenWeatherMap API
- Generate your API Key to start the workflow.
- Head over to the documentation to get wowking.