https://github.com/rajtilak-2020/cli-weather
A simple batch script to fetch and display weather information from the command line.
https://github.com/rajtilak-2020/cli-weather
Last synced: 2 months ago
JSON representation
A simple batch script to fetch and display weather information from the command line.
- Host: GitHub
- URL: https://github.com/rajtilak-2020/cli-weather
- Owner: rajtilak-2020
- License: mit
- Created: 2025-03-16T10:53:50.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T10:58:40.000Z (2 months ago)
- Last Synced: 2025-03-16T11:31:38.215Z (2 months ago)
- Language: Batchfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather CLI Tool
A simple batch script that fetches and displays weather information directly from the command line. (by default its set to Cuttack location you can modify the location by simply opening this file in the notepad).
## Features
- Fetch weather updates using a simple command.
- Works without additional software dependencies.
- Lightweight and easy to use.## Installation
1. Clone this repository:
```sh
git clone https://github.com/rajtilak-2020/CLI-Weather.git
```
2. Navigate to the directory:
```sh
cd Weather-CLI
```
3. Run the script:
```sh
Weather.bat
```## Usage
Simply execute the `Weather.bat` file in the command prompt to get the weather information.## License
This project is licensed under the MIT License.