Skip to content

Python script for a weather data fetch application using OpenWeatherMap API and HTTP requests.

Notifications You must be signed in to change notification settings

kxnyshk/weather.py-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

weather.py-API

Python script for a weather data fetch application using OpenWeatherMap API and HTTP requests.

Fetching the repo

  • Download weather.py-API .zip
  • Unzip the folder.
  • Open the weather.py file in the terminal of your preferred IDE.

How to use

  • Enter the name of the city you wanna fetch weather data of.

  • Wait for the data to load, while you go through the commands.

    Commands

    Press:

    • 1 for location data.
    • 2 for weather data.
    • 3 for atmospheric details.
    • 4 for timings.
    • 0 to terminate the application.

About API

  • 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.