Skip to content

A simple weather application built using Node.js that provides current weather information for a given location.

License

Notifications You must be signed in to change notification settings

Anuk-1511/Weather-app

Repository files navigation

Weather Application

A simple weather application built using Node.js that provides current weather information for a given location.

Table of Contents

Demo

Check out the live demo of the application https://weather-app-s19o.onrender.com/.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo.git

cd your-repo npm install

Usage

Obtain an API key from a weather data provider such as OpenWeatherMap.

Rename the .env.example file to .env and add your API key:

 API_KEY=your-api-key
 npm start`


Open your web browser and visit http://localhost:8080 to use the application.

# License
This project is licensed under the MIT License.

About

A simple weather application built using Node.js that provides current weather information for a given location.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages