Skip to content

jacobwatua/weatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Weather App

Description

This is a web application built with Express.js that provides weather information using the OpenWeatherMap API. Users can enter a location and get the current weather conditions, including temperature, humidity, wind speed, and weather description.

Features

Retrieve and display current weather information based on user input. Automatically detects the user's geolocation to provide weather information for their current location. Displays weather icons corresponding to the weather conditions. Supports both Celsius units. Prerequisites Before running the application, make sure you have the following installed:

Node.js (version 14 or higher)

Installation

Follow these steps to install and run the Express Weather App:

Clone the repository or download the source code. Open a terminal and navigate to the project directory. Install the dependencies by running the following command: bash npm install

Run

npm run dev

Open a web browser and visit http://localhost:5004 to access the Express Weather App. Usage Once you have the application running, you can use it in the following ways:

Enter a location in the input field and click the "Check Weather" button to fetch and display the current weather information for that location.

Technologies Used

Express.js HTML CSS JavaScript OpenWeatherMap API License This project is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgements

This project utilizes the OpenWeatherMap API to retrieve weather data. Future Enhancements Search by location name. Improve the UI and user experience. Implement user authentication to save and manage favorite locations.

About

Fulfillment for Udacity Front End Development Assignment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published