WeatherNow is a real-time weather application that provides accurate and up-to-date weather information using the OpenWeatherMap API. Built with HTML, CSS, and JavaScript, the app offers users an intuitive interface to check current weather conditions for any location worldwide.
- π Real-time weather updates for any city.
- π Location-based weather detection (if geolocation is enabled).
- π‘οΈ Temperature, humidity, wind speed, and weather conditions displayed.
- π¨ User-friendly and responsive design.
- π Search functionality for checking weather in different locations.
- Frontend: HTML, CSS, JavaScript
- API: OpenWeatherMap API
- Hosting: [Your hosting platform, e.g., GitHub Pages, Firebase Hosting]
- Clone the repository:
git clone https://github.com/nandan-byte/weathernow.git
- Navigate to the project folder:
cd weathernow - Open
index.htmlin your browser.
- Enter a city name in the search bar and click the search button.
- View current weather details including temperature, humidity, and wind speed.
- Enable location access for automatic weather updates based on your location.
- Sign up at OpenWeatherMap and get your API key.
- Replace
YOUR_API_KEYin the JavaScript file with your actual API key.
Feel free to contribute to this project! You can:
- Report issues
- Submit feature requests
- Improve the UI/UX
This project is open-source and available under the MIT License.
π Star the repo if you find it useful! π