https://github.com/astynax/weathe-rs
:umbrella: Rust-lang powered Yahoo Weather CLI-ent
https://github.com/astynax/weathe-rs
Last synced: 22 days ago
JSON representation
:umbrella: Rust-lang powered Yahoo Weather CLI-ent
- Host: GitHub
- URL: https://github.com/astynax/weathe-rs
- Owner: astynax
- Created: 2015-06-24T20:02:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T08:42:53.000Z (almost 9 years ago)
- Last Synced: 2025-02-15T02:30:43.344Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yahoo Weather CLI-ent
[](https://clippy.bashy.io/github/astynax/weathe-rs/master/log)
**Rust-lang** powered *CLI*-client for *Yahoo Weather API*
### Features:
- Main functionality (requesting of weather forecast)
- CLI-options
- Configuration file
- Data sources
- [Yahoo Weather API](https://developer.yahoo.com/weather/) (doesn't work anymore, need some actualization :( )
- [OpenWeatherMap](http://openweathermap.org/api)### Installation and usage
```sh
$ cargo build --release
Compiling ...
...$ target/release/weathe_rs owm 524901
21°C, Fair # or smth like this$ target/release/weathe_rs --help
Usage: weathe-rs ...
...
```### OS-level requirements (build time only)
```sh
$ sudo apt-get install libssl-dev
```