Skip to content

simple weather app using node.js,express.js and open weather API

Notifications You must be signed in to change notification settings

kavishankha/weather_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Application

The Weather Application is a web-based application that provides real-time weather information for locations around the world. It is built using Node.js, Express.js, and utilizes the Bodiphaser module for rendering weather icons. The application leverages the OpenWeather API to fetch current weather data.

Weather Application Screenshot

Features

  • Search for weather information of any location.
  • Display the current weather conditions, including weather icons and temperature.
  • User-friendly interface with a simple and intuitive design.
  • Real-time updates for weather data.

Installation

  1. Clone the repository:
gh repo clone kavishankha/weather_app
  1. Install the required dependencies:
cd weather-app
npm install
  1. Sign up for an API key at OpenWeather and replace <YOUR_API_KEY> in the index.js file with your actual API key.

Usage

  1. Start the application:
npm start
  1. Open your web browser and go to http://localhost:3000.

  2. Enter the name of the location you want to search in the search bar and click the "Search" button.

  3. The application will display the current weather conditions for the entered location, including an appropriate weather icon and the temperature.

Contributing

Contributions are welcome! If you have any ideas for improvements or encounter any issues, please open an issue or submit a pull request. Make sure to follow the project's code of conduct.

Acknowledgements

  • The Weather Application utilizes the OpenWeather API to fetch weather data.
  • The Bodiphaser module is used for rendering weather icons.

.

About

simple weather app using node.js,express.js and open weather API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published