Weather CLI is a command-line interface application that allows users to retrieve weather information for a specified location. This application is built using JavaScript and provides an easy way to check the weather directly from your terminal.
- Retrieve current weather information for any city
- Display temperature, humidity, wind speed, and weather conditions
- User-friendly command-line interface
- JavaScript - The primary programming language used for development
- Node.js - JavaScript runtime for building server-side applications
- [Any weather API used, e.g., OpenWeatherMap]
To get a local copy up and running, follow these steps:
- Clone the repository
git clone https://github.com/KamolovFarrux2005/weather_cli.git
- Change directory
cd weather_cli
- Install the dependencies
npm install
- Create a .env file based on the .env.example and configure your environment variables (API keys, etc.).
- Run the application
node weather.js [city_name]
You can retrieve weather information by running the following command in your terminal: ```bash node weather.js London
This will display the current weather conditions for London.
This project is licensed under the MIT License - see the LICENSE file for details.
- API: Agar ma'lum bir API dan foydalangan bo'lsangiz, uni ko'rsating.
- Xususiyatlar: Loyihangizga mos keladigan qo'shimcha xususiyatlarni qo'shishingiz mumkin.
Agar yana biron savol yoki o'zgarish kerak bo'lsa, iltimos, bildiring!