Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karanyeole/weather-monitoring-dashboard

A real-time weather monitoring dashboard built with Django.
https://github.com/karanyeole/weather-monitoring-dashboard

css django html javascript python weather-api

Last synced: 11 days ago
JSON representation

A real-time weather monitoring dashboard built with Django.

Awesome Lists containing this project

README

        

# Weather Monitoring Dashboard

## Description
A real-time weather monitoring dashboard that provides updates for major Indian metros. This application allows users to view current weather conditions, daily summaries, and set interactive temperature thresholds.

## Features
* Real-time weather updates for various cities
* Daily weather summary with temperature averages, max, and min
* Charts for data visualization using Plotly
* User-defined threshold settings for alerts

## Technologies Used
* Django
* Plotly/Chart.js for data visualization
* Bootstrap for UI design
* HTML, CSS, JavaScript

## Installation Instructions
1. Clone the repository:
```bash
git clone https://github.com/yourusername/weather-monitoring-dashboard.git
2. Navigate into the project directory:
- cd weather-monitoring-dashboard
3. Install dependencies (if using Flask):
- pip install -r requirements.txt
## Usage
1. Run the application:
- python manage.py runserver # Django
2. Open your web browser and go to http://localhost:8000 for Django.

## Contact
* For any queries, please reach out to: [[email protected]]