1 个不稳定版本
0.1.0 | 2020年8月6日 |
---|
#9 在 #open-weather
12KB
179 行代码(不含注释)
天气信息
这是一个OpenWeather终端实用程序,用于获取当前位置的天气状况。这是一个纯粹的兴趣项目。
安装
要从Rust 社区仓库安装此程序,必须先安装Rust。然后在终端中执行以下操作
cargo install weather-info
使用方法
> weather-info
City : Bandung
Weather : Clouds
Temperature : 27.69 °C
Feels Like : 30.02 °C
Pressure : 1011 mBar
Humidity : 58 %
Wind Speed : 1.08 m/s
Wind Direction : 346 degree
使用说明
您将被提示输入OpenWeather API密钥,它将保存密钥到您的家目录中。您可以从此链接免费获取密钥。
许可证
weather-info
是在MIT许可证的条款下分发的。
有关详细信息,请参阅LICENSE。
依赖项
~3–17MB
~267K SLoC