Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astynax/weathe-rs
:umbrella: Rust-lang powered Yahoo Weather CLI-ent
https://github.com/astynax/weathe-rs
Last synced: about 11 hours 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T08:42:53.000Z (over 8 years ago)
- Last Synced: 2023-08-03T03:55:33.345Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yahoo Weather CLI-ent
[![Clippy Linting Result](https://clippy.bashy.io/github/astynax/weathe-rs/master/badge.svg)](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
```