weather-api-cli-based
v1.0.1
Published
Weather CLI is a command-line interface application that fetches real-time weather data for a specified city using the OpenWeatherMap API.
Downloads
4
Maintainers
Readme
Weather CLI
Overview
Weather CLI is a command-line interface application that fetches real-time weather data for a specified city using the OpenWeatherMap API.
Features
- Real-time Weather Data: Get the latest temperature, humidity, and weather description.
- User-Friendly CLI: Intuitive interface for a seamless experience.
- Metric Units: Display temperature in Celsius and humidity in percentage.
Getting Started
Prerequisites
- Node.js installed
- OpenWeatherMap API Key (Get API Key)
Installation
Clone the repository:
git clone https://github.com/Engr-Jalal-Saleem/PIAIC-Quarter-1.git cd PIAIC-Quarter-1/Node%20Projects%20Quarter%201
Install dependencies:
Usage
- Run the application:
- Enter the city when prompted and press Enter.
- View the current weather information for the specified city.
Configuration
- Replace
'YOUR_OPENWEATHERMAP_API_KEY'
insrc/weatherCli.ts
with your actual OpenWeatherMap API key.
Example
Troubleshooting
- If you encounter issues, refer to the OpenWeatherMap FAQ.
- Ensure your OpenWeatherMap API key is valid and correctly configured in the source code.
Contributing
Contributions are welcome! Open issues or submit pull requests.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments****
- OpenWeatherMap for the weather data API.