Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.22 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.22 KB

Weather App 🌦️

Description

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.

weather.png


Features ✨

  • 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.

Technologies Used 🛠️


Usage 📖

  • 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.

That application is part of my personal learning path, so any contibution will be very helpful. Thanks, devs.