This is a simple weather app built using JavaScript that fetches and displays the current weather information of a user's location. The app makes use of the OpenWeatherMap API to fetch the weather data, and the browser's Geolocation API to get the user's current coordinates.
- Fetches current weather information of the user's location
- Displays weather data such as temperature, humidity, and weather conditions
- User-friendly interface
- JavaScript
- OpenWeatherMap API
- Geolocation API
- HTML
- CSS
When you open the app, it will ask for your location permission. Click on "Allow" to get your current location. The app will fetch the current weather information of your location from the OpenWeatherMap API and display it on the page.
Contributions are welcome! If you have any suggestions or find any bugs, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.