1.0.1 • Published 2 years ago
gondel-weather-notification v1.0.1
Weather Notification
A simple Node.js application to report today's weather using the OpenWeatherMap API.
Installation
- Clone this repository.
- Run
npm installto install the required dependencies. - Sign up at OpenWeatherMap to get an API key.
- Create a
.envfile in the root directory and add your OpenWeatherMap API key as follows:OPENWEATHERMAP_API_KEY=your_api_key_here. - Change the
CITYvariable inindex.jsto your city.
Usage
Run the project with:
npm start