glip 0.5.0

Geographic location for IP Address with MaxmindDB.
Documentation
GLIP
==

**G**eographic **L**ocation for **IP** Address with [MaxmindDB](https://www.maxmind.com/en/open-source-data-and-api-for-ip-geolocation).

[![glip](https://img.shields.io/crates/v/glip.svg?style=for-the-badge)][crates]
[![Travis](https://img.shields.io/travis/linyows/glip.svg?style=for-the-badge)][travis]
[![codecov](https://img.shields.io/codecov/c/github/linyows/glip.svg?style=for-the-badge)][codecov]
[![GitHub release](http://img.shields.io/github/release/linyows/glip.svg?style=for-the-badge)][release]
[![Documentation](http://img.shields.io/badge/rust-documentation-blue.svg?style=for-the-badge)][rustdocs]
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)][license]

[crates]: https://crates.io/crates/glip
[travis]: https://travis-ci.org/linyows/glip
[codecov]: https://codecov.io/gh/linyows/glip
[release]: https://github.com/linyows/glip/releases
[rustdocs]: https://docs.rs/glip
[license]: https://github.com/linyows/glip/blob/master/LICENSE

Usage
--

```sh
$ glip 128.101.101.101
🇺🇸  United States -- Saint Paul, Minnesota
```
Installation
--

```sh
$ cargo install glip
```

Author
--

[linyows](https://github.com/linyows)