GIS Lite/ GIS Component that Store, Query, and Analyze spatial data in real-time meteorological Location-based data (latitude and longitude) to deliver information coordinates in following this concepts.
- Asynchronous JavaScript: Using of
async/awaitpatterns to manage non-blocking network requests. - Axios Integration: Implementing a promise-based HTTP client to handle API communication, error catching, and data transformation.
- Two-Step Geocoding Logic: Developing a multi-stage data pipeline where user input (City Name) is first resolved into converted geographic coordinates (
lat/lon) before fetching weather data. - Dynamic DOM Rendering: Using ES6 template literals to transform JSON responses into semantic HTML and interactive UI components.
⚙️ Setup & Installation
1.Clone the repository
2.Install dependencies npm install
3.Launch index.html in your browser.
