This Weather App is a web-based application that allows users to obtain weather information for any location in the world. By simply inputting the name of a city into the input box, users can find out its current temperature, wind speed, and sky conditions. The app fetches data from the OpenWeatherMap API.
To run this Weather App, you will need Node.js and Express.js installed on your computer. You can download and install Node.js from nodejs.org and Express.js from expressjs.com.
- Clone this repository to your local machine using
git clone https://github.com/your-username/weather-app.git
- Navigate to the root directory of the project in your terminal.
- Install the necessary dependencies using
npm install
- Start the server using
node app.js
ornpm start
. - Open the app in your browser by navigating to
http://localhost:3000
.
To use the Weather App, simply enter the name of the city whose weather information you want to find out in the input box and hit enter. The app will fetch data from the OpenWeatherMap API and display the current temperature, wind speed, and sky conditions for that city.
This Weather App was built using the following technologies:
- HTML
- CSS
- JavaScript
- Node.js
- Express.js