This is a weather application developed with Express and EJS that allows you to check the current weather of any city. The application consumes a weather API to obtain meteorological information and presents the data in a simple and visual way in the browser. Right now, the application works on localhost.
- Search for weather by city.
- View temperature, current conditions, humidity, and visual current weather status.
- Simple and responsive design.
- Uses EJS to generate dynamic views.
- Runs locally using Express.
- Enter the name of a city in the search field.
- Click the "Search" button to get the current weather.
- The application will show the current weather with details like temperature. humidity, and conditions.