Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imrehg/rust-freegeoip
- Owner: imrehg
- License: bsd-3-clause
- Created: 2015-12-16T06:40:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T06:53:50.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T16:59:18.683Z (about 1 month ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)