https://github.com/mishra-krishna/weather-app-using-flask
Flask weather app
https://github.com/mishra-krishna/weather-app-using-flask
api weather-api webapp
Last synced: 3 months ago
JSON representation
Flask weather app
- Host: GitHub
- URL: https://github.com/mishra-krishna/weather-app-using-flask
- Owner: mishra-krishna
- Created: 2024-01-27T12:34:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T16:02:11.000Z (over 2 years ago)
- Last Synced: 2025-03-13T09:16:35.656Z (over 1 year ago)
- Topics: api, weather-api, webapp
- Language: HTML
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Weather App
## Overview
This Flask Weather App is a simple web application that retrieves real-time weather information using the OpenWeatherAPI. The backend is built with Flask, while the frontend leverages Bootstrap for a clean and responsive user interface.
## Features
- **Weather Information:** Fetches and displays current weather details for a specified location.
- **OpenWeatherAPI Integration:** Utilizes the OpenWeatherAPI to retrieve accurate and up-to-date weather data.
- **Flask Backend:** Employs Flask as the backend framework for efficient data processing.
- **Bootstrap Frontend:** The user interface is designed with Bootstrap, ensuring a sleek and user-friendly experience.
## Usage
1. **Clone the Repository:**
```bash
git clone https://github.com/mishra-krishna/webappusingflask
```
2. **Navigate to the Project Directory:**
```bash
cd webappusingflask
```
3. **Install Dependencies:**
```bash
pip install -r requirements.txt
```
4. **Run the Application:**
```bash
python app.py
```
The app will be accessible at `http://localhost:5000` by default.
## Configuration
- Add your OpenWeatherAPI key in a `.env` file:
```python
API_KEY = "your_api_key_here"
```
## Contributing
Contributions are welcome! Feel free to open issues and pull requests.
## License
This project is licensed under the [MIT License](LICENSE).