Skip to content

godsakani/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A simple Streamlit web application to fetch and display current weather information for any city using the OpenWeatherMap API.

Features

  • Enter a city name and country code to get real-time weather data.
  • Displays temperature, weather condition, and humidity.
  • User-friendly interface built with Streamlit.

Setup

  1. Clone the repository
  2. Install dependencies
  3. Set up API Key
  • Add your OpenWeatherMap API key in .streamlit/secrets.toml:
    [my_secrets]
    API_KEY="your_api_key_here"
    

Usage

Run the app with:

streamlit run app.py

Notes

  • Get your country code from IBAN Country Codes.
  • Requires an internet connection to fetch weather data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages