# rust-freegeoip [![Travis Build Status](https://travis-ci.org/imrehg/rust-freegeoip.svg)](https://travis-ci.org/imrehg/rust-freegeoip) [![Crates.io](https://img.shields.io/crates/d/freegeoip.svg)](https://crates.io/crates/freegeoip/) [![BSD licensed](https://img.shields.io/badge/license-BSD%203--clause-blue.svg)](./LICENSE) A wrapper to the [freegeoip](https://freegeoip.net) IP geolocation HTTP API. Work in progress.... ## To Do + [ ] proper error checking + [ ] set http/https query type + [ ] make struct values into [options](https://doc.rust-lang.org/std/option/) + [ ] add documentation + [ ] check for API quota limit errors (403)