Skip to content

AnkurRam2002/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Forecast Website

This project is a simple weather forecast website built using Express.js and an external weather API. It provides users with current weather conditions and more details for a specific location.

Features

  • Current Weather: View the current weather conditions including temperature, humidity, wind speed, and weather description.
  • Search Functionality: Search for weather forecasts by entering a city name.
  • World Clock: View the current time of the searched location.

Technologies Used

  • Express.js: A minimal and flexible Node.js web application framework used for building the server-side of the application.
  • Weather API: An external API from OpenWeatherMap used to fetch weather data for various locations.
  • HTML/CSS: Frontend markup and styling for the website.
  • JavaScript: Programming language used for client-side interactivity and backend functionality.