1.0.1 • Published 2 months ago

gondel-weather-notification v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

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
1.0.1

2 months ago

1.0.0

2 months ago