Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1008 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 1008 Bytes

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.