Skip to content

eruvierda/weather-map-leaflet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Map Leaflet

A simple and interactive weather map application built with Leaflet.js and Python back-end.

🌦️ Overview

weather-map-leaflet leverages the power of Leaflet.js for map visualization and Python for server-side processing, making it easy to display real-time weather data on interactive maps.

🚀 Features

  • 🗺️ Interactive maps with zoom and pan
  • 🌐 Real-time weather overlay (customizable)
  • ⚡ Lightweight and easy to deploy
  • 🔌 Open-source and MIT licensed

🛠️ Technologies Used

  • Leaflet.js (frontend map rendering)
  • Python (backend logic)
  • REST APIs (for weather data integration, e.g., OpenWeatherMap)

📦 Installation

  1. Clone this repository:

    git clone https://github.com/eruvierda/weather-map-leaflet.git
    cd weather-map-leaflet
  2. Install Python dependencies:

    pip install -r requirements.txt
  3. Run the app:

    python app.py
  4. Open your browser and visit:

    http://localhost:5000
    

💡 Usage

  • Pan and zoom around the map to explore different locations.
  • Weather overlays or markers will update based on real-time data sources.

📄 License

This project is licensed under the MIT License.


Feel free to update or expand this README with more detailed usage, configuration instructions, screenshots, or demo links as your project evolves!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors