2.0.1 • Published 1 year ago

sorf-for-for-for v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Weather Application

This is a simple Node.js application that uses the OpenWeatherMap API to display the current weather for a chosen city.

Getting Started

To get started with this application, ensure you have Node.js and npm installed on your system.

Installation

  1. Clone the repository to your local machine.
  2. Navigate to the project directory and run npm install to install the dependencies.

Configuration

Obtain an API key from OpenWeatherMap and add it to a .env file in the root of the project: OPENWEATHER_API_KEY=your_api_key

Usage

To run the application, use the following command, replacing "City" with the name of the city you want to get the weather for:

node weather.js "City"
2.0.1

1 year ago