#weather #open-weather-map #cli-tool #command-line #location #information #data

bin+lib weather-in

一个命令行工具,用于根据用户指定的位置检索和显示当前天气信息,利用 OpenWeatherMap API

1 个不稳定版本

0.1.0 2023年11月20日

#7#open-weather-map

MIT 许可证

14KB
211

Weather-in CLI 工具

概述

Weather-in CLI 工具是一个命令行应用程序,用于根据用户指定的位置检索和显示当前天气信息。它使用 OpenWeatherMap API 获取实时天气数据,并提供了从终端检查天气的简单便捷方式。

功能

  • 命令行界面: 通过命令行轻松访问,支持各种选项和参数。
  • 位置特定: 检索特定位置的天气信息,并可可选地提供 ISO 国家代码以获得更准确的结果。
  • API 集成: 利用 OpenWeatherMap API 获取当前天气数据。

安装

要使用 Weather CLI 工具,请按照以下步骤操作

git clone https://github.com/alceal/weather-in.git
cd weather-in
cargo build --release

用法

weather-in <LOCATION> [--isocountry <COUNTRY_CODE>] --api-key <API_KEY>
  • <位置>:指定请求天气信息的位置。
  • --isocountry: (可选) 提供一个 ISO 国家代码以获得更准确的天气结果。
  • --api-key: 需要 OpenWeatherMap API 密钥以访问天气数据。

示例

weather-in "New York" --isocountry US --api-key YOUR_API_KEY

贡献

如果您发现问题或对改进有建议,请随时提交问题或创建拉取请求。欢迎贡献!

许可证

本项目采用 MIT 许可证。

依赖

~8–23MB
~307K SLoC