Skip to content

pradeep-lit/realtime-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Weather App

A Python application to retrieve and display current weather conditions and forecasts.

Features

  • Retrieves current weather conditions, including temperature, humidity, wind speed, and more
  • Displays weather forecasts for the next few days
  • Supports multiple locations and units (Celsius/Fahrenheit)

Requirements

  • Python 3.8 or later
  • requests library for API calls
  • json library for parsing API responses

Installation

  1. Clone the repository: git clone https://github.com/pradeep-lit/realtime-weather.git
  2. Install the required libraries
  3. Run the application: python weather.py

Usage

Command Line Interface (CLI)

  • Run the application with the location: python weather.py n

API Keys

This application uses the weatherapi.com API to retrieve weather data. You'll need to obtain an API key from WeatherAPI and add it to the key variable in the weather.py file.

Contributing

Contributions are welcome! If you'd like to add new features or fix bugs, please submit a pull request.

Author

[Pradeep Chauhan]

Acknowledgments

  • WeatherAPI API for providing weather data
  • Python libraries and communities for making development easier

I hope this helps! Let me know if you need any modifications or have any questions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages