[travis-badge]: https://img.shields.io/travis/zeyla/forecast.io.rs.svg?style=flat-square
[travis]: https://travis-ci.org/zeyla/forecast.io.rs
[license-badge]: https://img.shields.io/badge/license-ISC-blue.svg?style=flat-square
[license]: https://opensource.org/licenses/ISC
[docs-badge]: https://img.shields.io/badge/docs-online-2020ff.svg?style=flat-square
[docs]: https://docs.austinhellyer.me/forecast_io/
[![travis-badge][]][travis] [![license-badge][]][license] [![docs-badge][]][docs]
# forecast.io.rs
An unofficial Rust wrapper for the [forecast.io](https://forecast.io) API.
### Installation
Add the following dependency to your Cargo.toml:
```toml
forecast_io = "0.3"
```
And include it in your project:
```rust
extern crate forecast_io;
```
### License
License info in [LICENSE.md]. Long story short, ISC.
[examples]: https://github.com/zeyla/forecast.io.rs/tree/master/examples
[LICENSE.md]: https://github.com/zeyla/forecast.io.rs/blob/master/LICENSE.md