Skip to content

A Flask-based web application that provides real-time weather forecasts. It scrapes and displays weather data from the BBC Weather website, offering users daily high and low temperatures, and a summary for any specified city. Ideal for quick and easy access to up-to-date weather information.

Notifications You must be signed in to change notification settings

syamkarni/Weather_application-BBC_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog-with-BBC_api

Weather Forecast Application

Description

This is a Flask-based web application for weather forecasting. It uses web scraping to gather weather data from the BBC Weather website. Users can enter a city name, and the application will display the weather forecast for that city.

Features

  • Flask web framework
  • Weather data scraping from BBC Weather
  • Displays high and low temperatures, and daily summary

Installation

To set up this project, follow these steps:

  1. Clone the repository: git clone http://github.com/syamkarni/Weather_application-BBC_api-)http://github.com/syamkarni/Weather_application-BBC_api
  2. Install the required packages: pip install flask requests beautifulsoup4 pandas

Usage

Run the application: python app.py

Navigate to http://localhost:5000 in your web browser. Enter the name of the city you want to check the weather for.

Dependencies

  • Flask
  • Requests
  • BeautifulSoup4
  • Pandas

Disclaimer

This project is for educational purposes only. The scraping functionality depends on the structure of the BBC Weather website and may require updates if the website's layout changes.

About

A Flask-based web application that provides real-time weather forecasts. It scrapes and displays weather data from the BBC Weather website, offering users daily high and low temperatures, and a summary for any specified city. Ideal for quick and easy access to up-to-date weather information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published