hummingbird 0.1.0

An unofficial Rust wrapper for the Hummingbird.me API.
Documentation
[travis-badge]: https://img.shields.io/travis/zeyla/hummingbird.rs.svg?style=flat-square
[travis]: https://travis-ci.org/zeyla/hummingbird.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
[docs]: https://docs.austinhellyer.me/hummingbird/

[![travis-badge][]][travis] [![license-badge][]][license] [![docs-badge][]][docs]


# hummingbird.rs

An unofficial Rust wrapper for the [hummingbird.me](https://hummingbird.me) API.


### Installation

Add the following dependency to your Cargo.toml:

```rust
hummingbird = "0.1"
```

And include it in your project:

```rust
extern crate hummingbird;
```

### License

License info in [LICENSE.md]. Long story short, ISC.

[examples]: https://github.com/zeyla/hummingbird.rs/tree/master/examples
[LICENSE.md]: https://github.com/zeyla/hummingbird.rs/blob/master/LICENSE.md