This is a simple weather app built using HTML, JavaScript, and Tailwind CSS. It utilizes the OpenStreetMap API for location autocomplete and the OpenWeatherMap API to fetch weather data.
- Autocomplete for location input using OpenStreetMap API.
- Fetches weather data based on user input or current location.
- Displays weather information such as temperature, weather condition, and city name.
To use the app, simply type in the name of a location in the search bar, and the app will provide autocomplete suggestions. Click on a suggestion or press enter to fetch the weather data for the selected location. Alternatively, click on the "Get Current Location" button to fetch weather data based on your current location.
-
Clone the repository:
-
Open
index.htmlin your web browser.
- OpenStreetMap API - For location autocomplete.
- OpenWeatherMap API - For weather data.
This project was developed by Rishit Chowdhury (https://github.com/rishit-roars).
This project is licensed under the MIT License.
