Skip to content

gondelz19/gondel-weather-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Notification

A simple Node.js application to report today's weather using the OpenWeatherMap API.

Installation

  1. Clone this repository.
  2. Run npm install to install the required dependencies.
  3. Sign up at OpenWeatherMap to get an API key.
  4. Create a .env file in the root directory and add your OpenWeatherMap API key as follows: OPENWEATHERMAP_API_KEY=your_api_key_here.
  5. Change the CITY variable in index.js to your city.

Usage

Run the project with:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published