Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/karanyeole/weather-monitoring-dashboard
- Owner: karanyeole
- Created: 2024-10-21T16:48:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:00:13.000Z (4 months ago)
- Last Synced: 2024-11-29T21:12:07.674Z (2 months ago)
- Topics: css, django, html, javascript, python, weather-api
- Language: JavaScript
- Homepage:
- Size: 399 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]]