GLIP
==
**G**eographic **L**ocation for **IP** Address with [MaxmindDB](https://www.maxmind.com/en/open-source-data-and-api-for-ip-geolocation).
[][crates]
[][travis]
[][codecov]
[][release]
[][rustdocs]
[][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)