Arunim313 / Marauders-Map

Marauder Map is an interactive map application inspired by the magical map from the Harry Potter series. Our application is designed to provide users with real-time traffic data and efficient route planning using A* and Dijkstra algorithms.

Home Page:https://app.getpostman.com/join-team?invite_code=0ce20b5b0f1026776ace54f3b8506293&target_code=fc2ad8d584058759624e65c2c64e468c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marauder Map Application

Marauder Map is an interactive map application inspired by the magical map from the Harry Potter series. Our application is designed to provide users with real-time traffic data and efficient route planning using A* and Dijkstra algorithms. By leveraging the Overpass API, Marauder Map delivers accurate traffic information for optimized navigation experiences.

Features

  • Real-time Traffic Data: Fetches real-time traffic data from Overpass API to provide up-to-date informations.
  • Route Optimization: Utilizes A* and Dijkstra algorithms to find the shortest and quietest (less traffic) routes.
  • Interactive UI: User-friendly interface built with HTML, CSS, and JavaScript for seamless navigation and interaction.
  • Customizable: Allows users to input start and end locations for personalized route planning.
  • Comparative Analysis: Offers route options that may outperform other mapping applications like Google Maps in certain scenarios.

Installation

  1. Clone the repository: git clone https://github.com/yourusername/marauder-map.git
  2. Navigate to the project directory: cd marauder-map
  3. Open index.html in your web browser.

Usage

  1. Enter the start and end locations in the provided fields.
  2. Click on the "Find Route" button to initiate the route search.
  3. Explore the suggested routes displayed on the map.
  4. Select the desired route based on your preference and traffic conditions.
  5. Enjoy efficient navigation with real-time traffic updates.

Contributing

We welcome contributions from the community to enhance Marauder Map further. To contribute:

  1. Fork the repository.
  2. Create your feature branch: git checkout -b feature/your-feature.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature.
  5. Submit a pull request.

Support

For any issues, feature requests, or questions regarding Marauder Map, please contact us at support@example.com.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

We would like to thank the following resources for their invaluable contributions to Marauder Map:

  • Overpass API for providing real-time traffic data.
  • A* and Dijkstra algorithms for route optimization.
  • Harry Potter series for inspiring the concept behind the application.

Disclaimer

Marauder Map is a fictional name inspired by the Harry Potter series. This application is not affiliated with or endorsed by J.K. Rowling, Warner Bros., or any related entities.

About

Marauder Map is an interactive map application inspired by the magical map from the Harry Potter series. Our application is designed to provide users with real-time traffic data and efficient route planning using A* and Dijkstra algorithms.

https://app.getpostman.com/join-team?invite_code=0ce20b5b0f1026776ace54f3b8506293&target_code=fc2ad8d584058759624e65c2c64e468c

License:MIT License


Languages

Language:Python 71.3%Language:JavaScript 15.5%Language:CSS 7.1%Language:HTML 6.2%