A simple and responsive weather application that provides current weather information based on city input, using a free weather API.
- Get current weather information by entering a city name.
- Responsive design for mobile and desktop views.
- Displays temperature and weather description.
- HTML
- CSS
- JavaScript
- Free Weather API
- Clone the repository:
git clone https://github.com/CyberSphinxxx/WeatherNow.git
- Navigate to the project directory:
cd WeatherNow
- Open index.html in your web browser to view the app.
- Enter a city name in the input box.
- Click the "Get Weather" button to fetch the weather information.
- The app displays the city name, current temperature, and weather description.