A simple weather app built using Vanilla JavaScript that fetches real-time weather data using an API.
Check out the live version of the app here:
WeatherNow - Live
- Get real-time weather updates.
- Displays temperature, real time and date and weather conditions.
- Responsive design.
- Enter the city name in the search box.
- Click on Search to fetch weather data.
- Free Weather API for fetching weather data.
To run the app locally:
- Clone the repository:
git clone https://github.com/itsnaved/WeatherNow.git
- Navigate to the project folder:
cd WeatherNow - Open
index.htmlin your browser.
Author: Naved Shaikh