china_ad_ip_rb

locate ip


License
MIT
Install
gem install china_ad_ip_rb -v 0.0.2

Documentation

ChinaAdIpRb

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'china_ad_ip_rb'

And then execute:

$ bundle

Or install it yourself as:

$ gem install china_ad_ip_rb

Usage

ChinaAdIpRb::ip_file("./superadmin.csv")

ChinaAdIpRb::location_file("./location.csv")

ChinaAdIpRb::locate("220.181.90.12")

Contributing

  1. Fork it ( https://github.com/suzhen/china_ad_ip_rb/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request