Sha256: e200f58a2233f2845066c0c981db7c982697f2e838a5d7a15949ece7fb312272

Contents?: true

Size: 456 Bytes

Versions: 1

Compression:

Stored size: 456 Bytes

Contents

# SypexGeo

[Sypex Geo IP database](http://sypexgeo.net) adapter for Ruby.

## Installation

Add this line to your application's Gemfile:

    gem 'sypex_geo'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install sypex_geo

## Usage

    require 'sypex_geo'

    db = SypexGeo::Database.new('./sypex_geo_city_max.dat')
    db.lookup(<IPv4 address>)

## License

Licensed under the MIT License

Copyright (c) 2014 Kolesnikov Danil

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sypex_geo-0.0.1 README.md