Skip to content

dax-side/weather1.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Weather App

A simple weather application built with Node.js and Express. The app allows users to search for current weather information of any city around the world by entering the city name. The data is fetched from the OpenWeatherMap API, and the app displays the temperature, weather description, and an icon representing the current weather.

Features

  • Get real-time weather data for any city.
  • Displays temperature in Celsius.
  • Shows a weather description (e.g., "clear sky", "rain", etc.).
  • Displays a weather icon based on the current conditions.

Technologies Used

  • Node.js: The backend server.
  • Express: A web framework for Node.js.
  • OpenWeatherMap API: The API to fetch weather data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published