Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imrehg/rust-freegeoip

freegeoip HTTP API wrapper for IP geolocation lookup in rust
https://github.com/imrehg/rust-freegeoip

Last synced: 12 days ago
JSON representation

freegeoip HTTP API wrapper for IP geolocation lookup in rust

Awesome Lists containing this project

README

        

# 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)